fix: cache nix-import-encrypted only on dev machines

This commit is contained in:
oddlama 2023-10-04 17:42:13 +02:00
parent ae0dcc3401
commit b40505f93c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,10 @@ lib.optionalAttrs (!minimal) {
directory = "/var/tmp/agenix-rekey";
mode = "1777";
}
"/var/tmp/nix-import-encrypted" # Decrypted repo-secrets can be kept
{
directory = "/var/tmp/nix-import-encrypted"; # Decrypted repo-secrets can be kept
mode = "1777";
}
];
services.nixseparatedebuginfod = {