nixos-greynix/pull.sh

15 lines
310 B
Bash
Raw Permalink Normal View History

2024-11-14 15:22:26 +08:00
# pull new stuff down
2024-11-22 15:25:35 +08:00
echo "pulling nixos config from git repo"
2024-11-20 20:19:04 +08:00
git pull origin main
2024-11-14 15:22:26 +08:00
# 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