diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 4ed8264..7b74e08 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -34,7 +34,7 @@ in settings = { download-dir = downloadDir; - peer-port-random-low = "42333"; + peer-port-random-low = 42333; peer-port-random-on-start = true; }; };