From a1835a4ae9eacf8cd0379e4cd1aa768218426967 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 7 Jan 2025 18:21:11 -0800 Subject: fix --- stg2.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 stg2.sh (limited to 'stg2.sh') diff --git a/stg2.sh b/stg2.sh new file mode 100755 index 0000000..bfabeac --- /dev/null +++ b/stg2.sh @@ -0,0 +1,5 @@ +cd /etc/nixos +sudo nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update +sudo nixos-rebuild switch --flake .#continuity-dell +# home manager weirdness +doas nixos-rebuild switch -- cgit