From eb3ee6f1867eb19d2a262826038b2615b3def762 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 16 Nov 2020 10:55:16 -0500 Subject: Expand torrent ports and fix timezone --- Biz/Dev/Configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Biz/Dev') diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index 970122e..3240c30 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -3,7 +3,7 @@ let ports = { murmur = 64738; - torrents = { from = 3000; to = 3002; }; + torrents = { from = 3000; to = 3099; }; delugeWeb = 8112; jellyfin = 8096; }; @@ -60,7 +60,7 @@ in { powerManagement.enable = false; - time.timeZone = "America/Los_Angeles"; + time.timeZone = "America/New_York"; fonts.fonts = with pkgs; [ google-fonts mononoki source-code-pro fantasque-sans-mono hack-font -- cgit v1.2.3