diff options
author | tv <tv@krebsco.de> | 2016-02-01 03:00:48 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-01 03:32:30 +0100 |
commit | c3c4aac670cf0ac26340061cef1527b3d7f64386 (patch) | |
tree | 6d504709b7f1fa2274d2867b4cdbad4966f0c622 /tv/1systems | |
parent | 1a4437cb26a29400d33486d6c8a220a9e88f4132 (diff) |
make deploy2: deploy using nixos-rebuild switch
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/cd.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 8c2a9ae43..b69d7655a 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -6,6 +6,11 @@ with lib; krebs.build.host = config.krebs.hosts.cd; krebs.build.target = "root@cd.internet"; + krebs.build.source.upstream-nixpkgs = { + url = https://github.com/NixOS/nixpkgs; + rev = "b7ff030"; + }; + imports = [ ../2configs/hw/CAC-Developer-2.nix ../2configs/fs/CAC-CentOS-7-64bit.nix |