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

@@ -304,6 +304,12 @@ in
group = "nobody";
mode = "u=rwx,g=rwx,o=rx";
}
{
directory = "/var/lib/redis-ccache";
user = "redis-ccache";
group = "redis-ccache";
mode = "u=rwx,g=,o=";
}
];
};
};

View File

@@ -76,6 +76,14 @@
port = 6379;
};
ccache = {
enable = true;
port = 6363;
bind = "0.0.0.0";
openFirewall = true;
extraParams = [ "--protected-mode no" ];
};
manyfold = {
enable = true;
port = 6380;