mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: test
This commit is contained in:
parent
4186016230
commit
8f79442382
1 changed files with 8 additions and 8 deletions
|
@ -21,10 +21,10 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
user = user0;
|
user = user0;
|
||||||
};
|
};
|
||||||
jellyseerr = {
|
# jellyseerr = {
|
||||||
openFirewall = true;
|
# openFirewall = true;
|
||||||
enable = true;
|
# enable = true;
|
||||||
};
|
# };
|
||||||
caddy = {
|
caddy = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"${host}" = {
|
"${host}" = {
|
||||||
|
@ -57,14 +57,14 @@ in
|
||||||
"/var/lib/${service.name}" = {
|
"/var/lib/${service.name}" = {
|
||||||
device = service.paths.path0;
|
device = service.paths.path0;
|
||||||
} // settings;
|
} // settings;
|
||||||
# "/var/cache/${service.name}" = {
|
"/var/cache/${service.name}" = {
|
||||||
# device = "${service.paths.path0}/cache";
|
device = "${service.paths.path0}/cache";
|
||||||
# } // settings;
|
} // settings;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"Z ${service.paths.path0} 0755 ${user0} ${service.name} -"
|
"Z ${service.paths.path0} 0755 ${user0} ${service.name} -"
|
||||||
# "Z ${service.paths.path0}/cache 0755 ${user0} ${service.name} -"
|
"Z ${service.paths.path0}/cache 0755 ${user0} ${service.name} -"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue