This commit is contained in:
XenGi 2025-12-05 12:09:01 +01:00
parent 25fbc227fb
commit ac3739c83d
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -49,7 +49,7 @@
proxmoxLXC = { proxmoxLXC = {
manageNetwork = false; manageNetwork = false;
manageHostName = false; manageHostName = false;
privileged = true; privileged = false;
}; };
users.users.root = { users.users.root = {
@ -70,7 +70,7 @@
}; };
networking = { networking = {
hostname = "matrix"; hostName = "matrix";
domain = "berlin.ccc.de"; domain = "berlin.ccc.de";
nameservers = [ nameservers = [
"2606:4700:4700::1111#one.one.one.one" "2606:4700:4700::1111#one.one.one.one"