chore: flake updates

This commit is contained in:
Rouven Seifert 2023-07-11 18:21:48 +02:00
parent 69cf4211a4
commit 6e4e213b0f
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 11 additions and 11 deletions

View file

@ -30,7 +30,7 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.settings.permitRootLogin = "yes";
services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 443 80 ];