Disable nixos container

This commit is contained in:
Sandro - 2024-04-15 16:26:00 +02:00
parent a8fa157589
commit a2433d80eb
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
];
boot = {
enableContainers = false; # should be enabled explicitly
loader.systemd-boot = {
configurationLimit = lib.mkDefault 10;
editor = false;