mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 03:09:03 +00:00
Persist nix-index cache
This commit is contained in:
parent
4ceafed0d0
commit
904b64c6f4
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ in {
|
|||
home.persistence."${cfg.persistentMountPoint}" = {
|
||||
directories = [
|
||||
".cache/nix"
|
||||
".cache/nix-index"
|
||||
] ++ cfg.extraDirectories;
|
||||
|
||||
files = [
|
||||
|
|
Loading…
Add table
Reference in a new issue