From 8968d11075777654c6622ad70d2672025e8e7553 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 4 Aug 2023 22:51:16 +0200 Subject: [PATCH] Fix hostname --- hosts/web-nonpublic-linuxcrewd/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/web-nonpublic-linuxcrewd/configuration.nix b/hosts/web-nonpublic-linuxcrewd/configuration.nix index 56a3254..7f9396b 100644 --- a/hosts/web-nonpublic-linuxcrewd/configuration.nix +++ b/hosts/web-nonpublic-linuxcrewd/configuration.nix @@ -6,7 +6,7 @@ }; networking = { - hostName = "web-public-2"; + hostName = "web-nonpublic-linuxcrewd"; firewall = { enable = true; allowedTCPPorts = [ 80 443 ];