This commit is contained in:
Daniel Langbein 2024-08-09 15:20:32 +02:00
parent 6ed322da5e
commit 3009bd8613

View File

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