nix-greynix/pull.sh

15 lines
310 B
Bash
Raw Normal View History

2025-05-18 21:41:41 +08:00
# 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