From 2221fcf6c1e6aaf04ceafe3883ca17e710251fae Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 30 May 2023 11:43:24 +0200 Subject: [PATCH] deploy-local: Remove -L from nixos-rebuild It currently wrongly passes this to nix-store, which does not take -L. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index d203f74..82a92bc 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,6 @@ ${pkgs.nixos-rebuild}/bin/nixos-rebuild \ switch \ --flake .#${hostname} \ - -L \ --build-host localhost \ --target-host root@${machine.config.deployment.targetHost} \ --use-substitutes