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