mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: jorgejo test
This commit is contained in:
parent
89a8fdc5fa
commit
ee80025474
1 changed files with 6 additions and 6 deletions
|
@ -83,12 +83,12 @@ 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} -"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue