Loading nixos/modules/services/misc/autobrr.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading
nixos/modules/services/misc/autobrr.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = { Loading