forked from mirrors_public/oddlama_nix-config
fix: cache nix-import-encrypted only on dev machines
This commit is contained in:
parent
ae0dcc3401
commit
b40505f93c
2 changed files with 5 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue