diff --git a/users/root/default.nix b/users/root/default.nix index 550acc5..63dbcd0 100644 --- a/users/root/default.nix +++ b/users/root/default.nix @@ -10,5 +10,11 @@ base ]) ]; + + programs.ssh.matchBlocks = { + "server.doge-inc.net" = { + identityFile = "/root/.ssh/id_25519"; + }; + }; }; }