summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-24 20:52:29 +0200
committerAlan Pearce2024-06-24 20:52:29 +0200
commit87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b (patch)
treee1e375406cd5915f8892198e8031e072eda60b8a
parent41757b34c0c89f0566cf77fc70de9c51f8752a19 (diff)
downloadnixfiles-87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b.tar.lz
nixfiles-87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b.tar.zst
nixfiles-87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b.zip
linde: create container policy for skopeo
-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"; }];
+  };
 }