Get hledger to work

This commit is contained in:
Nathan van Doorn 2024-06-29 05:54:54 +00:00
parent 530edccdf5
commit 35862426ae
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@
services.hledger-web = {
enable = true;
allow = "edit";
host = "0.0.0.0";
baseUrl = "http://192.168.1.37:5000";
};
networking.firewall.allowedTCPPorts = [ 5000 ];
};