Delete LXC config from minimalConfig
This commit is contained in:
parent
63ee06c308
commit
e29ce7840b
1 changed files with 0 additions and 7 deletions
|
@ -4,13 +4,6 @@
|
|||
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
settings.trusted-users = [ "root" "@wheel" ];
|
||||
};
|
||||
imports = [ (modulesPath + "/virtualisation/proxmox-lxc.nix") ];
|
||||
|
||||
systemd.suppressedSystemUnits = [
|
||||
"dev-mqueue.mount"
|
||||
"sys-kernel-debug.mount"
|
||||
"sys-fs-fuse-connections.mount"
|
||||
];
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
|
|
Loading…
Reference in a new issue