summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-23 01:56:46 +0200
committertv <tv@shackspace.de>2015-07-23 01:56:46 +0200
commit7a40f89e01593adff35f943aa86492ac4281d4e8 (patch)
treef233d8ab56ca16dd2c2953aca202848726ac4904 /1systems
parentd97be4322371f06b423e308b606824c02f1a67af (diff)
4 tv: generate tinc config
Diffstat (limited to '1systems')
-rw-r--r--1systems/tv/mkdir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/tv/mkdir.nix b/1systems/tv/mkdir.nix
index 2e90c8ac..e0e057d6 100644
--- a/1systems/tv/mkdir.nix
+++ b/1systems/tv/mkdir.nix
@@ -46,7 +46,7 @@ with lib;
networking.hostName = "mkdir";
networking.interfaces.enp2s1.ip4 = [
{
- address = "162.248.167.241";
+ address = "162.248.167.241"; # TODO
prefixLength = 24;
}
];