mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: hledger test
This commit is contained in:
parent
60f7118212
commit
8d661c10aa
1 changed files with 8 additions and 9 deletions
|
@ -27,8 +27,6 @@ in
|
||||||
port = service.ports.port0;
|
port = service.ports.port0;
|
||||||
allow = "edit";
|
allow = "edit";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
caddy = {
|
caddy = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"${host}" = {
|
"${host}" = {
|
||||||
|
@ -40,6 +38,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/${service.name}" = {
|
fileSystems."/var/lib/${service.name}" = {
|
||||||
device = service.paths.path0;
|
device = service.paths.path0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue