Make nix builder privileged

This commit is contained in:
Nathan McCarty 2022-05-28 01:48:32 -04:00
parent c360124e21
commit 066ef59c5e
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"/var/sharedstore:/sharedstore"
];
dockerDisableCache = true;
dockerPrivileged = true;
};
in
{