diff options
author | tv <tv@shackspace.de> | 2015-07-23 01:56:46 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-23 01:56:46 +0200 |
commit | 7a40f89e01593adff35f943aa86492ac4281d4e8 (patch) | |
tree | f233d8ab56ca16dd2c2953aca202848726ac4904 /1systems/tv/mkdir.nix | |
parent | d97be4322371f06b423e308b606824c02f1a67af (diff) |
4 tv: generate tinc config
Diffstat (limited to '1systems/tv/mkdir.nix')
-rw-r--r-- | 1systems/tv/mkdir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/tv/mkdir.nix b/1systems/tv/mkdir.nix index 2e90c8acd..e0e057d63 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; } ]; |