This commit is contained in:
Sandro - 2022-07-24 03:59:15 +02:00
parent f0800a6150
commit 0b78141b42
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@
'';
};
nixpkgs.overlays = [ self.overlay ];
nixpkgs = {
# config.contentAddressedByDefault = true;
overlays = [ self.overlay ];
};
services = {
hydra-dev = lib.recursiveUpdate config.services.hydra-dev {