Fix hostname

This commit is contained in:
yuri 2023-08-04 22:51:16 +02:00
parent fec32d5549
commit 8968d11075

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 ];