diff options
-rw-r--r-- | system/linde.nix | 4 |
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"; }]; + }; } |