Add update script

This commit is contained in:
Alexander Wainwright 2026-04-09 21:51:55 +10:00
parent 6551b6cf87
commit 2af088e966

5
update.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
nix flake update
sudo -v && sudo nixos-rebuild switch --flake . |& nom