diff options
| author | lassulus <lass@aidsballs.de> | 2015-07-23 02:26:42 +0200 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2015-07-23 02:26:42 +0200 |
| commit | 10b10c59c24e1580889311e2c1a0ea7f3300e813 (patch) | |
| tree | 8249b4e2713aeabdf4a9d1aeee4c38e1a527e487 /1systems/tv/mkdir.nix | |
| parent | 264a24c5346b926366b5e5716c26af64de398572 (diff) | |
| parent | 27fe9055334443370a86307ed08d51b2606f509d (diff) | |
Merge branch 'tv' into master
Diffstat (limited to '1systems/tv/mkdir.nix')
| -rw-r--r-- | 1systems/tv/mkdir.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/1systems/tv/mkdir.nix b/1systems/tv/mkdir.nix index e4e8987..e0e057d 100644 --- a/1systems/tv/mkdir.nix +++ b/1systems/tv/mkdir.nix @@ -11,11 +11,8 @@ with lib; ../../2configs/tv/exim-smarthost.nix ../../2configs/tv/git-public.nix { - imports = [ ../../3modules/tv/identity.nix ]; - tv.identity = { - enable = true; - self = config.tv.identity.hosts.mkdir; - }; + imports = [ ../../2configs/tv/identity.nix ]; + tv.identity.self = config.tv.identity.hosts.mkdir; } { imports = [ ../../3modules/tv/iptables.nix ]; @@ -49,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; } ]; |
