mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/autobrr: update serivce default port value to be a number
This commit is contained in:
parent
4babe17385
commit
5555f5f846
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue