mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/bootstrap: explicitly configure SSH daemon
This commit is contained in:
parent
0aa69a1ad8
commit
66317b18bc
@ -22,5 +22,10 @@
|
||||
supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
allowSFTP = true;
|
||||
};
|
||||
|
||||
users.users.root.password = "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user