feat: jorgejo test

This commit is contained in:
Nick 2024-11-23 21:29:26 -06:00
parent 89a8fdc5fa
commit ee80025474

View file

@ -83,12 +83,12 @@ in {
);
};
# fileSystems."/var/lib/${service.name}" = {
# device = service.paths.path0;
# fsType = "none";
# options = ["bind"];
# depends = [server.storage0.mount];
# };
fileSystems."/var/lib/${service.name}" = {
device = service.paths.path0;
fsType = "none";
options = ["bind"];
depends = [server.storage0.mount];
};
systemd.tmpfiles.rules = [
"Z ${service.paths.path0} 755 ${service.name} ${service.name} -"