Preserve firefox cache.

This commit is contained in:
Tom Alexander 2024-12-20 21:38:19 -05:00
parent aba96213c3
commit 862829c57c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -86,4 +86,12 @@
];
};
};
environment.persistence."/state" = {
hideMounts = true;
users.talexander = {
directories = [
{ directory = ".cache/mozilla"; user = "talexander"; group = "talexander"; mode = "0700"; }
];
};
};
}