diff options
author | Ben Sima <ben@bsima.me> | 2020-11-16 10:55:16 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-16 10:55:16 -0500 |
commit | eb3ee6f1867eb19d2a262826038b2615b3def762 (patch) | |
tree | 0dec1c9597f16fcac75919f0b68c9ebb3d5ab451 /Biz/Dev | |
parent | cc8dc5252b3318ca14b94887cff391b2aa6cf480 (diff) |
Expand torrent ports and fix timezone
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/Configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |