diff --git a/modules/ssh-server.nix b/modules/ssh-server.nix index b1c4ec5..fcdbab4 100644 --- a/modules/ssh-server.nix +++ b/modules/ssh-server.nix @@ -20,6 +20,7 @@ allowSFTP = false; }; + # TODO replace authorizedKeys in all .nix files with authorizedKeyFiles # SSH public key(s) allowed to connect via SSH. users.users."yoda".openssh.authorizedKeys.keys = [ (builtins.readFile ../assets/ssh/nitrokey.pub)