mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: test
This commit is contained in:
parent
f3a2119c26
commit
4186016230
2 changed files with 5 additions and 5 deletions
|
@ -77,7 +77,7 @@ in
|
||||||
acme
|
acme
|
||||||
audiobookshelf
|
audiobookshelf
|
||||||
caddy
|
caddy
|
||||||
# jellyfin
|
jellyfin
|
||||||
logrotate
|
logrotate
|
||||||
mastodon
|
mastodon
|
||||||
minecraft
|
minecraft
|
||||||
|
|
|
@ -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