disable nixos containers functionality
This commit is contained in:
parent
d271a36f7e
commit
312c1e00a9
@ -25,6 +25,9 @@
|
||||
tmp.useTmpfs = true;
|
||||
|
||||
kernel.sysctl."net.ipv6.conf.all.forwarding" = true;
|
||||
|
||||
# Enabling both boot.enableContainers & virtualisation.containers on system.stateVersion < 22.05 is unsupported
|
||||
enableContainers = false;
|
||||
};
|
||||
|
||||
documentation.nixos.enable = false;
|
||||
|
Loading…
Reference in New Issue
Block a user