diff options
author | tv <tv@krebsco.de> | 2015-11-06 22:36:01 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 22:36:01 +0100 |
commit | bae469d2a64165a42d93cdb31e231fa75e9813a5 (patch) | |
tree | e19728cbe2f2d379980c3a9c91f8dc2e0e7832b7 /tv/1systems/wu.nix | |
parent | 4d93a8215f08cbea0bbcb8c668f2bbc9600016da (diff) |
tv: condense krebs.build
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r-- | tv/1systems/wu.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 33292c608..26a603e9b 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -4,24 +4,6 @@ with lib; { krebs.build.host = config.krebs.hosts.wu; - krebs.build.user = config.krebs.users.tv; - - krebs.build.target = "root@wu"; - - krebs.build.source = { - git.nixpkgs = { - url = https://github.com/NixOS/nixpkgs; - rev = "c44a593aa43bba6a0708f6f36065a514a5110613"; - target-path = "/var/src/nixpkgs"; - }; - dir.secrets = { - path = "/home/tv/secrets/wu"; - }; - dir.stockholm = { - path = "/home/tv/stockholm"; - target-path = "/var/src/stockholm"; - }; - }; imports = [ ../2configs/hw/w110er.nix |