forked from mirrors_public/oddlama_nix-config
feat: make import encryted cache permanent across reboots (and make permissions more strict)
This commit is contained in:
parent
7d7f259fa0
commit
69e2574886
2 changed files with 3 additions and 1 deletions
|
@ -91,6 +91,7 @@ in {
|
|||
directories =
|
||||
[
|
||||
"/var/tmp/agenix-rekey"
|
||||
"/var/tmp/nix-import-encrypted" # Decrypted repo-secrets can be kept
|
||||
"/var/lib/systemd"
|
||||
"/var/log"
|
||||
#{ directory = "/tmp"; mode = "1777"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue