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
e27fe1da36
commit
2c74e855d1
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (flake.config.people)
|
|
||||||
user0
|
|
||||||
;
|
|
||||||
inherit (flake.config.machines.devices)
|
inherit (flake.config.machines.devices)
|
||||||
server
|
server
|
||||||
;
|
;
|
||||||
|
@ -26,6 +23,9 @@ in
|
||||||
baseUrl = "https://${host}";
|
baseUrl = "https://${host}";
|
||||||
stateDir = service.paths.path0;
|
stateDir = service.paths.path0;
|
||||||
port = service.ports.port0;
|
port = service.ports.port0;
|
||||||
|
journalFiles = [
|
||||||
|
".hledger.journal"
|
||||||
|
];
|
||||||
allow = "edit";
|
allow = "edit";
|
||||||
};
|
};
|
||||||
caddy = {
|
caddy = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue