diff --git a/users/root/default.nix b/users/root/default.nix index 780317c..7aee8e9 100644 --- a/users/root/default.nix +++ b/users/root/default.nix @@ -3,12 +3,4 @@ hashedPasswordFile = lib.mkIf config.modules.secrets.enable config.secrets.root-password; openssh.authorizedKeys.keys = import ./ssh-keys.nix; }; - - home-manager.users.root = { ... }: { - programs.ssh.matchBlocks = { - "server.doge-inc.net" = { - identityFile = "/root/.ssh/id_25519"; - }; - }; - }; }