Fix hostname

This commit is contained in:
fi 2024-11-20 05:46:40 +01:00
parent 742b5e69e9
commit 1b62b6b7a5

View file

@ -6,7 +6,7 @@
}; };
networking = { networking = {
hostName = "web-public-2"; hostName = "web-nonpublic-linuxcrewd";
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 80 443 ]; allowedTCPPorts = [ 80 443 ];