services/nix-ssh-serve: enable on all machines
This commit is contained in:
parent
2c2f6d402d
commit
65737e8331
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ with lib;
|
|||
{
|
||||
nix = {
|
||||
sshServe = {
|
||||
enable = mkDefault config.info.stationary;
|
||||
enable = mkDefault true;
|
||||
write = true;
|
||||
keys = config.user.openssh.authorizedKeys.keys;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue