From 7e4255bf76babba587e5217838872d16cd62fbea Mon Sep 17 00:00:00 2001 From: quinm0 Date: Sun, 5 Apr 2026 19:33:34 -0400 Subject: [PATCH] remove unneeded thing, it already does that! --- switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch.sh b/switch.sh index 9debde0..e153a46 100755 --- a/switch.sh +++ b/switch.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -sudo nixos-rebuild --flake .#$(hostname) switch +sudo nixos-rebuild --flake . switch