feat: hledger test

This commit is contained in:
Nick 2025-01-21 22:58:21 -06:00
parent 694b6da25c
commit b7f7f50622

View file

@ -50,18 +50,18 @@ 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} 0755 ${service.name} ${service.name} -"
];
# systemd.tmpfiles.rules = [
# "Z ${service.paths.path0} 0755 ${service.name} ${service.name} -"
# ];
}