mirror of
https://github.com/ItsDrike/nixdots
synced 2025-01-23 23:04:34 +00:00
Persist nix-index cache
This commit is contained in:
parent
4ceafed0d0
commit
904b64c6f4
|
@ -13,6 +13,7 @@ in {
|
|||
home.persistence."${cfg.persistentMountPoint}" = {
|
||||
directories = [
|
||||
".cache/nix"
|
||||
".cache/nix-index"
|
||||
] ++ cfg.extraDirectories;
|
||||
|
||||
files = [
|
||||
|
|
Loading…
Reference in a new issue