Headless installs need root SSH

Headless installs need root SSH access, but we then want to disable it
again immediately after
This commit is contained in:
Greg Hellings
2022-04-12 02:33:04 +00:00
parent 2a53c2b1d4
commit 0aae697661
+1
View File
@@ -22,6 +22,7 @@ in
# Enable the OpenSSH daemon for remote control
services.openssh.enable = true;
#services.openssh.permitRootLogin = "yes";
services.syncthing = {
enable = true;