From 87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 24 Jun 2024 20:52:29 +0200 Subject: linde: create container policy for skopeo --- system/linde.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; }]; + }; } -- cgit 1.4.1