diff options
author | makefu <github@syntax-fehler.de> | 2016-02-15 17:07:48 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-15 17:07:48 +0100 |
commit | 34471904f61dfe59fb36e2a686b07a9436b601bf (patch) | |
tree | ce2f7a874350e94f060101519d063c779e6a3293 /mv/1systems | |
parent | 0f49d7fa7202d9854b382ada864c8e9506c71ba0 (diff) | |
parent | 6e6c783a148293acdbfbfeb36c4bd0ef69b9d8ee (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/1systems')
-rw-r--r-- | mv/1systems/stro.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mv/1systems/stro.nix b/mv/1systems/stro.nix index 3915219..f251cb0 100644 --- a/mv/1systems/stro.nix +++ b/mv/1systems/stro.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with lib; +with config.krebs.lib; { krebs.build.host = config.krebs.hosts.stro; @@ -9,6 +9,7 @@ with lib; "7ae05edcdd14f6ace83ead9bf0d114e97c89a83a"; imports = [ + ../. ../2configs/hw/x220.nix ../2configs/git.nix ../2configs/mail-client.nix |