Fix hostname
This commit is contained in:
parent
ad208c1870
commit
61f2d8f07e
|
@ -6,7 +6,7 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
hostName = "web-public-2";
|
||||
hostName = "web-nonpublic-linuxcrewd";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
|
|
Loading…
Reference in a new issue