Archived
permit root login
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user