permit root login
Check NixOS configurations / eval-hosts (push) Failing after 14m40s

This commit is contained in:
2026-07-13 12:39:58 +10:00
parent 80eff2c050
commit c3c467bb41
+1 -1
View File
@@ -34,7 +34,7 @@
"d /mnt/raspi-backup 0755 nixos users -"
];
users.users.nixos.extraGroups = [ "docker" ];
services.openssh.settings.PermitRootLogin = "no";
services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 80 8080 443 8090 ];