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
parent a7d25d339d
commit 7b968af930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";