fix: refactor

This commit is contained in:
Daniel Langbein 2023-10-24 17:54:10 +02:00
parent 436c033c54
commit 7bf79ef4a8
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -14,6 +14,6 @@
# Enable SSH in the boot process.
systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ];
users.users.root.openssh.authorizedKeys.keys = [
(builtins.readFile ./template/nitrokey.pub)
(builtins.readFile ./nitrokey.pub)
];
}