feat: test

This commit is contained in:
Nick 2025-06-08 22:23:54 -05:00
parent f3a2119c26
commit 4186016230
2 changed files with 5 additions and 5 deletions

View file

@ -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 = {