From b0a26c0033d14ed053646275f6a523c81651f497 Mon Sep 17 00:00:00 2001 From: quinm0 Date: Sat, 21 Mar 2026 17:56:10 -0400 Subject: [PATCH] update switch script to support all hosts --- switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch.sh b/switch.sh index 93fa2c4..9debde0 100755 --- a/switch.sh +++ b/switch.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -sudo nixos-rebuild --flake .#qmoran-laptop switch +sudo nixos-rebuild --flake .#$(hostname) switch