From 9d67ec4aaaee87f296edfd507a6c30d74a440011 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Tue, 28 Oct 2025 19:01:08 -0400 Subject: [PATCH] Gutterman: remove privileged mounts in proxmoxLXC module --- hosts/Gutterman/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/Gutterman/default.nix b/hosts/Gutterman/default.nix index 09e6452..e898a2c 100644 --- a/hosts/Gutterman/default.nix +++ b/hosts/Gutterman/default.nix @@ -15,11 +15,7 @@ ../../modules/nixos/system/minimal.nix ]; - proxmoxLXC = { - manageNetwork = false; - manageHostName = true; - privileged = true; - }; + proxmoxLXC.manageHostName = true; boot.loader.systemd-boot.enable = lib.mkForce false;