open port 80

This commit is contained in:
Alejandro Diaz 2023-09-11 03:05:40 -06:00
parent ef16376aba
commit 7c5d9a5c03

View file

@ -47,6 +47,7 @@
enable = true;
settings.PasswordAuthentication = true;
settings.PermitRootLogin = "yes";
firewall.allowedTCPPorts = [ 80 ];
};
users.users."root".initialPassword = "password";