mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
change actual port
This commit is contained in:
parent
25b56d7d76
commit
115056d985
1 changed files with 5 additions and 3 deletions
|
|
@ -143,11 +143,13 @@ users.users.death916 = {
|
|||
|
||||
services.actual = {
|
||||
enable = true;
|
||||
# dataDir = "/var/lib/actual-server"; # Default
|
||||
port = 5006; # Default
|
||||
# listenAddress = "0.0.0.0";
|
||||
settings = {
|
||||
port = 5006; # Default
|
||||
# listenAddress = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
# users.users.death916.extraGroups = [ "docker" ]; # If needed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue