From 19200e70db09118dc47499b942c319cf5c2b937a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 6 Dec 2025 19:11:34 -0600 Subject: fix rebuild and cleanup flake.nix and add support for multiple system hosts of different archetectures --- rebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebuild') diff --git a/rebuild b/rebuild index 87a2a65..91ea7a1 100755 --- a/rebuild +++ b/rebuild @@ -1,2 +1,2 @@ #!/bin/sh -nixos-rebuild switch --use-remote-sudo --flake "$(dirname "$0")/#$(hostname)" $@ +nixos-rebuild switch --sudo --flake "$(dirname "$0")/#$(hostname)" $@ -- cgit v1.2.3