forked from mirrors_public/oddlama_nix-config
fix: protect agenix-rekey cacheDir on new setups by making it sticky by default
This commit is contained in:
parent
d9b1bf7e9a
commit
8dc3266b7f
1 changed files with 4 additions and 1 deletions
|
@ -90,7 +90,10 @@ in {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories =
|
directories =
|
||||||
[
|
[
|
||||||
"/var/tmp/agenix-rekey"
|
{
|
||||||
|
directory = "/var/tmp/agenix-rekey";
|
||||||
|
mode = "1777";
|
||||||
|
}
|
||||||
"/var/tmp/nix-import-encrypted" # Decrypted repo-secrets can be kept
|
"/var/tmp/nix-import-encrypted" # Decrypted repo-secrets can be kept
|
||||||
"/var/lib/systemd"
|
"/var/lib/systemd"
|
||||||
"/var/log"
|
"/var/log"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue