fix
This commit is contained in:
parent
25fbc227fb
commit
ac3739c83d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue