diff options
Diffstat (limited to '1systems/tv/rmdir.nix')
-rw-r--r-- | 1systems/tv/rmdir.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/1systems/tv/rmdir.nix b/1systems/tv/rmdir.nix index 15d624d1c..9233014ba 100644 --- a/1systems/tv/rmdir.nix +++ b/1systems/tv/rmdir.nix @@ -3,6 +3,8 @@ with lib; { + krebs.build.host = config.krebs.hosts.rmdir; + imports = [ ../../2configs/tv/CAC-Developer-1.nix ../../2configs/tv/CAC-CentOS-7-64bit.nix @@ -11,10 +13,6 @@ with lib; ../../2configs/tv/exim-smarthost.nix ../../2configs/tv/git.nix { - imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.krebs.hosts.rmdir; - } - { tv.iptables = { enable = true; input-internet-accept-new-tcp = [ @@ -41,7 +39,6 @@ with lib; } ]; - networking.hostName = "rmdir"; networking.interfaces.enp2s1.ip4 = [ { address = "167.88.44.94"; |