Gutterman: remove privileged mounts in proxmoxLXC module
This commit is contained in:
parent
ed04a1a8bd
commit
9d67ec4aaa
1 changed files with 1 additions and 5 deletions
|
|
@ -15,11 +15,7 @@
|
|||
../../modules/nixos/system/minimal.nix
|
||||
];
|
||||
|
||||
proxmoxLXC = {
|
||||
manageNetwork = false;
|
||||
manageHostName = true;
|
||||
privileged = true;
|
||||
};
|
||||
proxmoxLXC.manageHostName = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue