Nix configurations for my homelab

Stop deleting cache files after 2 weeks

This was nice, but some programs (nix, and roc for example) don't play
nicely when a portion of their cache goes missing.

Instead of adding an exclusion for each of these programs, I'm just
not going to peridoically delete cache.

yemou.pink 10716444 12d0edb8

verified
Changed files
-7
lutea
-7
lutea/config.nix
··· 137 137 }; 138 138 139 139 systemd.tmpfiles.settings."home-files" = { 140 - "/home/mou/.cache".d = { 141 - user = "mou"; 142 - group = "mou"; 143 - age = "14d"; 144 - }; 145 - "/home/mou/.cache/nix/gitv3/*".x = { }; 146 - "/home/mou/.cache/nix/tarball-cache/.git/*".x = { }; 147 140 "/home/mou/.barony".L.argument = "/home/mou/misc/games/barony"; 148 141 "/home/mou/.mozilla".L.argument = "/home/mou/misc/.app-data/mozilla"; 149 142 "/home/mou/.ssh".L.argument = "/home/mou/misc/.app-data/ssh";