Persist nix-index cache

This commit is contained in:
ItsDrike 2024-06-19 18:49:54 +02:00
parent 4ceafed0d0
commit 904b64c6f4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -13,6 +13,7 @@ in {
home.persistence."${cfg.persistentMountPoint}" = {
directories = [
".cache/nix"
".cache/nix-index"
] ++ cfg.extraDirectories;
files = [