added hledger-web

This commit is contained in:
Bit Borealis 2024-05-23 21:55:25 +00:00
parent 001aa32a2d
commit eaf4b210b8
1 changed files with 7 additions and 1 deletions

View File

@ -25,6 +25,12 @@
};
};
services.hledger-web = {
enable = true;
port = 8090;
serveApi = true;
};
services.cockpit.enable = true;
services.cockpit.openFirewall = true;
programs.mosh.enable = true;
@ -119,7 +125,7 @@
# NFS - 111 2049 4000 4001 4002 20048
# Podman - 42069/tcp
# Nginx - 80/tcp 443/tcp
allowedTCPPorts = [ 22000 111 2049 4000 4001 4002 20048 42069 80 443 ];
allowedTCPPorts = [ 8090 22000 111 2049 4000 4001 4002 20048 42069 80 443 ];
allowedUDPPorts = [ 22000 111 2049 4000 4001 4002 20048 ];
};