stuff and thangs

This commit is contained in:
mjallen18
2025-12-23 10:41:19 -06:00
parent 15f186e3ce
commit 74e772582d
6 changed files with 52 additions and 3 deletions

View File

@@ -21,7 +21,17 @@
# ###################################################
# # Impermanence # #
# ###################################################
impermanence.enable = true;
impermanence = {
enable = true;
extraDirectories = [
{
directory = "/var/cache/ccache";
user = "nobody";
group = "nobody";
mode = "u=rwx,g=rwx,o=rx";
}
];
};
# ###################################################
# # Hardware # #