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"