feat: forgejo test

This commit is contained in:
Nick 2025-01-18 21:31:25 -06:00
parent 19131015db
commit 832ae36ca2
2 changed files with 24 additions and 20 deletions

View file

@ -92,16 +92,16 @@ 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} -"