first commit

This commit is contained in:
Tootbrute 2025-05-18 21:41:41 +08:00
commit 0576c29135
13 changed files with 479 additions and 0 deletions

14
pull.sh Executable file
View 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