Changed some actual server settings

This commit is contained in:
2024-12-29 14:18:57 +02:00
parent 89910908fd
commit 2aa9095aec

View File

@@ -26,6 +26,11 @@
"d /srv/actual-server 0700 actualbudget users"
];
services.actual = {
enable = true;
dataDir = "/srv/actual-server";
};
# Open http and https ports to the public
networking.firewall.allowedTCPPorts = [ 443 80 ];