feat: forgejo test

This commit is contained in:
Nick 2025-01-18 22:32:54 -06:00
parent f3330ec4b0
commit 40610868bc

View file

@ -89,19 +89,20 @@ in
"smtp"
"database"
]
a
);
};
# 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} -"