mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: added forgejo
This commit is contained in:
parent
f154edaacc
commit
e318b20f78
1 changed files with 10 additions and 10 deletions
|
@ -83,17 +83,17 @@ in {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/${service.name}" = {
|
# fileSystems."/var/lib/${service.name}" = {
|
||||||
device = service.paths.path0;
|
# device = service.paths.path0;
|
||||||
fsType = "none";
|
# fsType = "none";
|
||||||
options = ["bind"];
|
# options = ["bind"];
|
||||||
depends = [server.storage0.mount];
|
# depends = [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} -"
|
||||||
"Z ${service.sops.path0} 755 ${service.name} ${service.name} -"
|
# "Z ${service.sops.path0} 755 ${service.name} ${service.name} -"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
users.users.${service.name}.extraGroups = ["caddy" "postgres"];
|
users.users.${service.name}.extraGroups = ["caddy" "postgres"];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue