mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: hledger test
This commit is contained in:
parent
694b6da25c
commit
b7f7f50622
1 changed files with 13 additions and 13 deletions
|
@ -50,18 +50,18 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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} 0755 ${service.name} ${service.name} -"
|
# "Z ${service.paths.path0} 0755 ${service.name} ${service.name} -"
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue