Fix hostname
This commit is contained in:
parent
ad208c1870
commit
61f2d8f07e
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue