s 1 test-centos7: prepare for ci

This commit is contained in:
makefu 2015-12-22 16:30:01 +01:00
parent 5821d84385
commit 14d1655deb
4 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,8 @@ in {
imports = [
../2configs/base.nix
../2configs/os-templates/CAC-CentOS-7-64bit.nix
../2configs/os-templates/temp-networking.nix
../2configs/temp/networking.nix
../2configs/temp/dirs.nix
];
sound.enable = false;

View File

@ -20,11 +20,11 @@ with lib;
};
dir.secrets = {
host = config.krebs.current.host;
path = "${getEnv "HOME"}/secrets/krebs/wolf";
path = mkDefault "${getEnv "HOME"}/secrets/krebs/wolf";
};
dir.stockholm = {
host = config.krebs.current.host;
path = "${getEnv "HOME"}/stockholm";
path = mkDefault "${getEnv "HOME"}/stockholm";
};
};

View File

@ -0,0 +1 @@
_: { }

View File

@ -0,0 +1 @@
_: { }