change port
This commit is contained in:
parent
53ac5bba69
commit
a2ba53b574
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@
|
|||
(lib.mkIf config.osbmModules.services.actual.enable {
|
||||
services.actual = {
|
||||
enable = true;
|
||||
settings = {
|
||||
port = 51514;
|
||||
|
||||
# dataDir = "/var/lib/actual"
|
||||
};
|
||||
};
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue