diff options
| author | makefu <github@syntax-fehler.de> | 2015-07-26 18:11:09 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-07-26 18:11:09 +0200 |
| commit | c021118096479ed15c32d40e7f5f7fc64e81bad1 (patch) | |
| tree | ca56bf04a16baa0e71c7299092b8f29fcad93b42 /1systems/tv/nomic.nix | |
| parent | 784929d0015547f2a314651ac67f095aee16c6ca (diff) | |
| parent | 9195e3101718fa255976b18d1513eeda08fee2de (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to '1systems/tv/nomic.nix')
| -rw-r--r-- | 1systems/tv/nomic.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/1systems/tv/nomic.nix b/1systems/tv/nomic.nix index fc58c16..cd6e025 100644 --- a/1systems/tv/nomic.nix +++ b/1systems/tv/nomic.nix @@ -3,6 +3,8 @@ with lib; { + krebs.build.host = config.krebs.hosts.nomic; + imports = [ ../../2configs/tv/AO753.nix ../../2configs/tv/base.nix @@ -10,10 +12,6 @@ with lib; ../../2configs/tv/exim-retiolum.nix ../../2configs/tv/git.nix { - imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.krebs.hosts.nomic; - } - { tv.iptables = { enable = true; input-internet-accept-new-tcp = [ @@ -99,6 +97,4 @@ with lib; rxvt_unicode.terminfo tmux ]; - - networking.hostName = "nomic"; } |
