all repos — nixfiles @ 87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b

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

linde: create container policy for skopeo

Alan Pearce
commit

87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b

parent

41757b34c0c89f0566cf77fc70de9c51f8752a19

1 file 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"; }]; + }; }