s 1 test-centos7: prepare for ci
This commit is contained in:
parent
5821d84385
commit
14d1655deb
shared
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
1
shared/2configs/temp/dirs.nix
Normal file
1
shared/2configs/temp/dirs.nix
Normal file
|
@ -0,0 +1 @@
|
|||
_: { }
|
1
shared/2configs/temp/networking.nix
Normal file
1
shared/2configs/temp/networking.nix
Normal file
|
@ -0,0 +1 @@
|
|||
_: { }
|
Loading…
Reference in a new issue