From a2433d80ebea86f61bba4499599a750e6fb67cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 15 Apr 2024 16:26:00 +0200 Subject: [PATCH] Disable nixos container --- config/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.nix b/config/default.nix index 7fb6c493..84550f23 100644 --- a/config/default.nix +++ b/config/default.nix @@ -16,6 +16,7 @@ ]; boot = { + enableContainers = false; # should be enabled explicitly loader.systemd-boot = { configurationLimit = lib.mkDefault 10; editor = false;