mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: forgejo test
This commit is contained in:
parent
f3330ec4b0
commit
40610868bc
1 changed files with 11 additions and 10 deletions
|
@ -89,19 +89,20 @@ in
|
||||||
"smtp"
|
"smtp"
|
||||||
"database"
|
"database"
|
||||||
]
|
]
|
||||||
|
a
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems."/var/lib/${service.name}" = {
|
fileSystems."/var/lib/${service.name}" = {
|
||||||
# device = service.paths.path0;
|
device = service.paths.path0;
|
||||||
# fsType = "none";
|
fsType = "none";
|
||||||
# options = [
|
options = [
|
||||||
# "bind"
|
"bind"
|
||||||
# ];
|
];
|
||||||
# depends = [
|
depends = [
|
||||||
# server.storage0.mount
|
server.storage0.mount
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"Z ${service.paths.path0} 755 ${service.name} ${service.name} -"
|
"Z ${service.paths.path0} 755 ${service.name} ${service.name} -"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue