diff options
author | tv <tv@krebsco.de> | 2016-02-15 16:29:01 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-15 16:34:50 +0100 |
commit | b7a92f63884af00eb0243ec9328be689a6c9b845 (patch) | |
tree | 35a6d2d1a7653b06ff7991d0b9235c29fb26af5c /makefu/1systems | |
parent | 8f520b19b623919fa6319029a955d43fd051773c (diff) |
*: make eval.config.krebs.build.host.name work everywhere
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/repunit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/repunit.nix b/makefu/1systems/repunit.nix index 6d2e7273d..f9421cfa2 100644 --- a/makefu/1systems/repunit.nix +++ b/makefu/1systems/repunit.nix @@ -9,7 +9,7 @@ [ # Include the results of the hardware scan. ../. <nixpkgs/nixos/modules/profiles/qemu-guest.nix> - ../2configs/cgit-retiolum.nix + ../2configs/git/cgit-retiolum.nix ]; krebs.build.host = config.krebs.hosts.repunit; |