diff options
author | makefu <github@syntax-fehler.de> | 2021-04-08 21:39:39 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-04-08 21:39:39 +0200 |
commit | bba59bcf1115a14d913b5dff30fe6df0bc395233 (patch) | |
tree | 55b6de0e3d121daadab7a1a59370e49b9f018a65 /makefu/2configs/storj | |
parent | 277bafb40b27e744010d76afc3d32a24fa6c9faa (diff) |
ma: move home network from 192.168.1.0/24 to 192.168.111.0/24
Diffstat (limited to 'makefu/2configs/storj')
-rw-r--r-- | makefu/2configs/storj/client.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/storj/client.nix b/makefu/2configs/storj/client.nix index 5e6753403..d48319838 100644 --- a/makefu/2configs/storj/client.nix +++ b/makefu/2configs/storj/client.nix @@ -1,7 +1,7 @@ { lib, ... }: let port = "14002"; -internal-ip = "192.168.1.11"; + internal-ip = "192.168.111.11"; in { networking.firewall.allowedTCPPorts = [ 28967 ]; |