l source: nix-config is physical.nix
This commit is contained in:
parent
8b1d1b8d91
commit
3d815f1bec
|
@ -12,7 +12,7 @@ host@{ name, secure ? false, override ? {} }: let
|
|||
in
|
||||
evalSource (toString _file) [
|
||||
{
|
||||
nixos-config.symlink = "stockholm/lass/1systems/${name}/config.nix";
|
||||
nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix";
|
||||
nixpkgs = (import <stockholm/krebs/source.nix> host).nixpkgs;
|
||||
secrets = getAttr builder {
|
||||
buildbot.file = toString <stockholm/lass/2configs/tests/dummy-secrets>;
|
||||
|
|
Loading…
Reference in a new issue