nixos-anywhere-bare/config/users.nix

7 lines
122 B
Nix
Raw Permalink Normal View History

2024-04-10 19:47:45 +02:00
{...}: {
users.mutableUsers = false;
users.users.root = {
openssh.authorizedKeys.keyFiles = [../ssh.keys];
};
}