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