all repos — nixfiles @ 87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b

System and user configuration, managed by nix and home-manager

linde: create container policy for skopeo
Alan Pearce alan@alanpearce.eu
Mon, 24 Jun 2024 20:52:29 +0200
commit

87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b

parent

41757b34c0c89f0566cf77fc70de9c51f8752a19

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -1012,4 +1012,8 @@ };   users.users.laminar = {
     homeMode = "770";
   };
+
+  virtualisation.containers.policy = {
+    default = [{ type = "insecureAcceptAnything"; }];
+  };
 }