diff options
author | Alan Pearce | 2024-06-24 20:52:29 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-24 20:52:29 +0200 |
commit | 87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b (patch) | |
tree | e1e375406cd5915f8892198e8031e072eda60b8a | |
parent | 41757b34c0c89f0566cf77fc70de9c51f8752a19 (diff) | |
download | nixfiles-87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b.tar.lz nixfiles-87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b.tar.zst nixfiles-87a5f74e1c17f7c2d896a938b493dbf6a35bcb5b.zip |
linde: create container policy for skopeo
-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"; }]; + }; } |