about summary refs log tree commit diff
path: root/nixos/tests/hledger-web.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-26nixos/hledger-web: set capabilites as booleanJustin Humm1-0/+1
2021-03-26nixos/hledger-web: add stateDir, use own user, fix ExecStartJustin Humm1-14/+10
This allows for shared hledger installations, where the web interface is available via network and multiple user share a SSH access to the hledger user. Also added `--serve` to the CLI options, as hledger-web tries to open a webbrowser otherwise: hledger-web: xdg-open: rawSystem: runInteractiveProcess: exec: does not exist (No such file or directory) Co-authored-by: Aaron Andersen <aaron@fosslib.net>
2021-01-28nixos/hledger-web: init module and testMarijan Petričević1-0/+53