From aa67010d7c9265de18dd5ca363d4cb744bc09a98 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:25:17 -0400 Subject: [PATCH] Gutterman: add hostname management capability --- hosts/Gutterman/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Gutterman/default.nix b/hosts/Gutterman/default.nix index ced3b51..09e6452 100644 --- a/hosts/Gutterman/default.nix +++ b/hosts/Gutterman/default.nix @@ -17,6 +17,7 @@ proxmoxLXC = { manageNetwork = false; + manageHostName = true; privileged = true; };