stuff and thangs
This commit is contained in:
@@ -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 # #
|
||||
|
||||
@@ -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=";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user