Update docker.nix

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Eelco Dolstra
2022-06-08 17:41:31 +02:00
committed by GitHub
co-authored by Cole Helbling
parent a7d25d339d
commit 7b968af930
+1 -1
View File
@@ -125,7 +125,7 @@ let
sandbox = "false";
build-users-group = "nixbld";
trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=";
ignored-acls = security.csm;
ignored-acls = "security.csm";
};
nixConfContents = (lib.concatStringsSep "\n" (lib.mapAttrsFlatten (n: v: "${n} = ${v}") nixConf)) + "\n";