Fix hostname

This commit is contained in:
fi 2023-08-04 22:51:16 +02:00
parent ad208c1870
commit 61f2d8f07e
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA

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