From 5555f5f846bea2dcc70a66e118a34411c5629c27 Mon Sep 17 00:00:00 2001 From: Tim Englart Date: Sun, 9 Feb 2025 19:55:48 +1000 Subject: [PATCH] nixos/autobrr: update serivce default port value to be a number --- nixos/modules/services/misc/autobrr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/autobrr.nix b/nixos/modules/services/misc/autobrr.nix index c898351c43165..9ea4cef85ac5e 100644 --- a/nixos/modules/services/misc/autobrr.nix +++ b/nixos/modules/services/misc/autobrr.nix @@ -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 = {