nixos/autobrr: update serivce default port value to be a number

This commit is contained in:
Tim Englart 2025-02-09 19:55:48 +10:00
commit 5555f5f846

View file

@ -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 = {