Better proxmox LXC declaration
This commit is contained in:
parent
93b85f705f
commit
44655068b8
2 changed files with 5 additions and 2 deletions
|
@ -11,8 +11,8 @@ in
|
|||
proxmoxLXC = {
|
||||
enable = true;
|
||||
privileged = false;
|
||||
manageNetwork = true;
|
||||
manageHostName = true;
|
||||
manageNetwork = false;
|
||||
manageHostName = false;
|
||||
};
|
||||
systemd.suppressedSystemUnits = [
|
||||
"dev-mqueue.mount"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue