Fixed mistake of adding .options, which is uncessary
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
services.actual.enable = true;
|
||||
services.actual.settings.config.dataDir = "/srv/actual-budget";
|
||||
services.actual.settings.options.port = 5006;
|
||||
services.actual.settings.port = 5006;
|
||||
|
||||
# Open http and https ports to the public
|
||||
networking.firewall.allowedTCPPorts = [ 443 80 ];
|
||||
|
||||
Reference in New Issue
Block a user