diff --git a/users/root/default.nix b/users/root/default.nix index 7aee8e9..42eaf78 100644 --- a/users/root/default.nix +++ b/users/root/default.nix @@ -3,4 +3,6 @@ hashedPasswordFile = lib.mkIf config.modules.secrets.enable config.secrets.root-password; openssh.authorizedKeys.keys = import ./ssh-keys.nix; }; + + home-manager.users.root = { ... }: {}; }