diff options
Diffstat (limited to 'modules/common/users.nix')
-rw-r--r-- | modules/common/users.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/common/users.nix b/modules/common/users.nix index ffe6234..c81f2c1 100644 --- a/modules/common/users.nix +++ b/modules/common/users.nix @@ -31,7 +31,6 @@ in description = lib.my.fullname; inherit home; inherit (lib.my) hashedPassword; - openssh.authorizedKeys.keys = [ lib.my.ssh.key ]; extraGroups = [ "wheel" ]; }; }; |