summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 98551de4..c6087db9 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -1012,4 +1012,8 @@ in
   users.users.laminar = {
     homeMode = "770";
   };
+
+  virtualisation.containers.policy = {
+    default = [{ type = "insecureAcceptAnything"; }];
+  };
 }