nixos-config/modules/system/users/root/default.nix
2025-07-09 02:32:31 -04:00

7 lines
134 B
Nix

{ ... }:
{
# Allow root to be accessed via ssh
users.users.root.openssh.authorizedKeys.keyFiles = [
../main/warden.pub
];
}