Update NixOS config.
This commit is contained in:
parent
099ef49629
commit
7824423337
2 changed files with 30 additions and 15 deletions
15
update.sh
Executable file
15
update.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue