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 | 0d1bab2a0e39775d7686b02b13786f74c2e65e8e (patch) | |
tree | bb7c7256ef63c0c54f2f3714e16a268c8b2e3959 /tv/1systems | |
parent | 9ba623452de661f7c2f61a70277d9512875eeb3a (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 8c2a9ae..b69d765 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 |