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/cd.nix | |
| parent | 784929d0015547f2a314651ac67f095aee16c6ca (diff) | |
| parent | 9195e3101718fa255976b18d1513eeda08fee2de (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to '1systems/tv/cd.nix')
| -rw-r--r-- | 1systems/tv/cd.nix | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix index c0c41e9..6913508 100644 --- a/1systems/tv/cd.nix +++ b/1systems/tv/cd.nix @@ -7,6 +7,8 @@ let in { + krebs.build.host = config.krebs.hosts.cd; + imports = [ ../../2configs/tv/CAC-Developer-2.nix ../../2configs/tv/CAC-CentOS-7-64bit.nix @@ -33,10 +35,6 @@ in singleton config.krebs.github-hosts-sync.port; } { - imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.krebs.hosts.cd; - } - { tv.iptables = { enable = true; input-internet-accept-new-tcp = [ @@ -86,7 +84,6 @@ in } ]; - networking.hostName = "cd"; networking.interfaces.enp2s1.ip4 = [ { address = "162.219.7.216"; @@ -122,8 +119,8 @@ in home = "/home/mv"; createHome = true; useDefaultShell = true; - openssh.authorizedKeys.keys = map readFile [ - ../../Zpubkeys/mv_vod.ssh.pub + openssh.authorizedKeys.keys = [ + config.krebs.users.mv.pubkey ]; }; }; |
