@cryptotaxi247 / infra-1 / commits / f620a319

ngi0/hydra/hydra.nix: Create NAR cache

Eelco Dolstra committed Aug 25, 2021 at 10:56 UTC f620a31912aea056f957b63ec9731871a5803db5
1 file changed +5
ngi0/hydra/hydra.nix
+5
@@ -54,4 +54,9 @@ in
54 allowed-uris = https://github.com/ https://git.savannah.gnu.org/
55 '';
56
57 + systemd.tmpfiles.rules =
58 + [ "d /var/cache/hydra 0755 hydra hydra - -"
59 + "d ${narCache} 0775 hydra hydra 1d -"
60 + ];
61 +
62 }