Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-11-20 20:19:04 +08:00
parent b1d9bf3e4c
commit bdbfeff0c9
3 changed files with 9 additions and 6 deletions

15
update.sh Executable file
View file

@ -0,0 +1,15 @@
# add things to git
git add .
git commit -m "Update NixOS config."
git push origin main
# update nixos
# sudo nixos-rebuild switch --flake .#HOST
#sudo nixos-rebuild switch --flake '.#greynix'
#sudo nixos-rebuild switch --flake '.#bluenix'
# flake update
# sudo nix flake update
# check on things
# git status