From 4ba1996a9e9efe96cd796a8cd101e0abb7144e64 Mon Sep 17 00:00:00 2001 From: Sense T Date: Sun, 23 Jul 2023 00:15:42 +0000 Subject: [PATCH] fix --- global/software-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };