From 7bfa3c3cb26612bbe5e5c221c5889b9045baa072 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 06:57:57 +0200 Subject: linde: enable virtualisation policy --- system/linde.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/linde.nix b/system/linde.nix index c6087db9..21cfd0e2 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -1013,7 +1013,10 @@ in homeMode = "770"; }; - virtualisation.containers.policy = { - default = [{ type = "insecureAcceptAnything"; }]; + virtualisation.containers = { + enable = true; + policy = { + default = [{ type = "insecureAcceptAnything"; }]; + }; }; } -- cgit 1.4.1