about summary refs log tree commit diff
path: root/modules/common/users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/users.nix')
-rw-r--r--modules/common/users.nix1
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" ];
       };
     };

Consider giving Nix/NixOS a try! <3