summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/linde.nix7
1 files changed, 5 insertions, 2 deletions
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"; }];
+    };
   };
 }