diff options
-rw-r--r-- | users/leonardo.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/leonardo.nix b/users/leonardo.nix index 91a80bf..10d9602 100644 --- a/users/leonardo.nix +++ b/users/leonardo.nix @@ -111,7 +111,7 @@ in extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.bashInteractive; hashedPasswordFile = config.age.secrets.user-pass.path; - openssh.authorizedKeys.keys = builtins.attrValues (hosts-pub-keys); + openssh.authorizedKeys.keys = [ (builtins.readFile ../secrets/user-ssh-key.pub)] ++ builtins.attrValues (hosts-pub-keys); }; age = { |