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
f3a2119c26
commit
4186016230
2 changed files with 5 additions and 5 deletions
|
@ -77,7 +77,7 @@ in
|
|||
acme
|
||||
audiobookshelf
|
||||
caddy
|
||||
# jellyfin
|
||||
jellyfin
|
||||
logrotate
|
||||
mastodon
|
||||
minecraft
|
||||
|
|
|
@ -57,14 +57,14 @@ in
|
|||
"/var/lib/${service.name}" = {
|
||||
device = service.paths.path0;
|
||||
} // settings;
|
||||
"/var/cache/${service.name}" = {
|
||||
device = "${service.paths.path0}/cache";
|
||||
} // settings;
|
||||
# "/var/cache/${service.name}" = {
|
||||
# device = "${service.paths.path0}/cache";
|
||||
# } // settings;
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue