Hledger #1

Merged
Taneb merged 2 commits from hledger into main 2024-06-29 06:55:56 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 35862426ae - Show all commits

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 ];
};