nixos/autobrr: update service configuration (#380826)
This commit is contained in:
@@ -31,7 +31,7 @@ in
|
||||
type = lib.types.submodule { freeformType = configFormat.type; };
|
||||
default = {
|
||||
host = "127.0.0.1";
|
||||
port = "7474";
|
||||
port = 7474;
|
||||
checkForUpdates = true;
|
||||
};
|
||||
example = {
|
||||
|
||||
Reference in New Issue
Block a user