first commit
This commit is contained in:
commit
0576c29135
13 changed files with 479 additions and 0 deletions
14
pull.sh
Executable file
14
pull.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
# pull new stuff down
|
||||
echo "pulling nixos config from git repo"
|
||||
git pull 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