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