diff options
author | Ben Sima <ben@bsima.me> | 2020-04-03 16:39:08 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-03 16:39:08 -0700 |
commit | c472472df38e0dcb4abe5745d8fdec48d7e4590b (patch) | |
tree | f34ad6c8fceabc7ad1e4e2f65959b84c6ac9e9a6 /Com/Simatime/Dev | |
parent | 2b17d6fc7d5a6cc8220a60b41d13e14e4f007d3d (diff) |
Fix typo in dev config
Diffstat (limited to 'Com/Simatime/Dev')
-rw-r--r-- | Com/Simatime/Dev/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Com/Simatime/Dev/configuration.nix b/Com/Simatime/Dev/configuration.nix index 1322de7..d6b3f4b 100644 --- a/Com/Simatime/Dev/configuration.nix +++ b/Com/Simatime/Dev/configuration.nix @@ -2,7 +2,7 @@ let murmurPort = 64738; - torrents = { from = 6000; to = 6999; } + torrents = { from = 6000; to = 6999; }; in { networking = { hosts = { |