From 17e32d78392a3f53c243aa5b4015a346195e97ef Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 23 May 2025 21:56:45 -0700 Subject: [PATCH] nixos-rebuild boot --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0d11751..42c1fbf 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ #!/bin/sh -nixos-rebuild switch --flake . --use-remote-sudo +nixos-rebuild boot --flake . --use-remote-sudo