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 = {
hostName = "web-public-2";
hostName = "web-nonpublic-linuxcrewd";
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];