From 1b62b6b7a5e8473d8dab1bcef22fc5f5a22befd3 Mon Sep 17 00:00:00 2001 From: fi Date: Wed, 20 Nov 2024 05:46:40 +0100 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 ];