diff options
author | lassulus <lass@aidsballs.de> | 2015-11-09 03:11:27 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-11-09 03:11:27 +0100 |
commit | 0d752ae79bc14ecd0ade73a51cf77e8dfa0dbfb7 (patch) | |
tree | b2b3dd4e51f2f9696aef8b0917758bfaf3999c74 /tv | |
parent | 3d7790601ef2b32bf6b72f829137fd18d9874fd3 (diff) | |
parent | b0094ce0e498b9661de62e472121aaaf5b83c40d (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/cd.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 10c87b2c6..8c2a9ae43 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -4,23 +4,8 @@ with lib; { krebs.build.host = config.krebs.hosts.cd; - krebs.build.user = config.krebs.users.tv; - krebs.build.target = "root@cd.internet"; - krebs.build.source = { - git.nixpkgs = { - url = https://github.com/NixOS/nixpkgs; - rev = "c44a593aa43bba6a0708f6f36065a514a5110613"; - }; - dir.secrets = { - path = "/home/tv/secrets/cd"; - }; - dir.stockholm = { - path = "/home/tv/stockholm"; - }; - }; - imports = [ ../2configs/hw/CAC-Developer-2.nix ../2configs/fs/CAC-CentOS-7-64bit.nix |