Update docker.nix

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Jonpez2 2022-06-10 09:17:28 +01:00 committed by GitHub
parent 7b968af930
commit 3f5f84258d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,6 @@ let
sandbox = "false";
build-users-group = "nixbld";
trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=";
ignored-acls = "security.csm";
};
nixConfContents = (lib.concatStringsSep "\n" (lib.mapAttrsFlatten (n: v: "${n} = ${v}") nixConf)) + "\n";