nix/nixos/users/root/default.nix
iFargle 99dbcb8c0b
Some checks failed
ssh-test / ssh-test (push) Failing after 24s
Update setup script to use ed25519 keys instead of rsa
2023-12-10 12:00:41 +09:00

5 lines
No EOL
130 B
Nix

{ config, desktop, lib, pkgs, ... }: {
users.users.root.openssh.authorizedKeys.keyFiles = [
../../../keys/ssh/keys.txt
];
}