deploy-local: Remove -L from nixos-rebuild
It currently wrongly passes this to nix-store, which does not take -L.
This commit is contained in:
parent
2f3d5c8b6b
commit
2221fcf6c1
|
@ -111,7 +111,6 @@
|
||||||
${pkgs.nixos-rebuild}/bin/nixos-rebuild \
|
${pkgs.nixos-rebuild}/bin/nixos-rebuild \
|
||||||
switch \
|
switch \
|
||||||
--flake .#${hostname} \
|
--flake .#${hostname} \
|
||||||
-L \
|
|
||||||
--build-host localhost \
|
--build-host localhost \
|
||||||
--target-host root@${machine.config.deployment.targetHost} \
|
--target-host root@${machine.config.deployment.targetHost} \
|
||||||
--use-substitutes
|
--use-substitutes
|
||||||
|
|
Loading…
Reference in a new issue