From ac3739c83d38ec2c89c1a5c0e1d9872e69ee2793 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 5 Dec 2025 12:09:01 +0100 Subject: [PATCH] fix --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7a0be5f..a3ff60c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -49,7 +49,7 @@ proxmoxLXC = { manageNetwork = false; manageHostName = false; - privileged = true; + privileged = false; }; users.users.root = { @@ -70,7 +70,7 @@ }; networking = { - hostname = "matrix"; + hostName = "matrix"; domain = "berlin.ccc.de"; nameservers = [ "2606:4700:4700::1111#one.one.one.one"