diff options
| author | tv <tv@krebsco.de> | 2015-06-14 18:41:19 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-06-14 18:41:19 +0200 | 
| commit | 0461e627156349281870d1a1bb3870fd299d9fb6 (patch) | |
| tree | e3d4dab7815f6940adaad4d534bbf041b99cbce8 | |
| parent | bb46e52bb239f9b0962ff441d5a8f037b1ef1eaf (diff) | |
nixos-build: make <pubkeys> available
| -rwxr-xr-x | bin/nixos-build | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/nixos-build b/bin/nixos-build index a0c9551..79b0526 100755 --- a/bin/nixos-build +++ b/bin/nixos-build @@ -8,6 +8,7 @@ host=$1  #target=root@$host +pubkeys=$config_root/pubkeys  nixpkgs=$nixpkgs_root/$host  nixos_config=$config_root/modules/$host  secrets_nix=$secrets_root/$host/nix @@ -17,6 +18,7 @@ nixos-fetch-git "$host"  nix-build \      -I "$nixpkgs" \ +    -I pubkeys="$pubkeys" \      -I nixos-config="$nixos_config" \      -I retiolum-hosts="$retiolum_hosts" \      -I secrets="$secrets_nix" \  | 
