diff --git a/nixos/krops.nix b/nixos/krops.nix index aa28d58..7e9f138 100644 --- a/nixos/krops.nix +++ b/nixos/krops.nix @@ -4,7 +4,7 @@ let # command that ensures we use flake.nix during switch command = targetPath: let - commandLine = "TMPDIR=/tmp nixos-rebuild test --flake ${targetPath} -L --keep-going"; + commandLine = "TMPDIR=/tmp nixos-rebuild switch --flake ${targetPath} -L --keep-going"; in '' echo '${commandLine}'