This commit is contained in:
alydev 2025-09-24 14:28:15 +10:00
parent d96e35afcb
commit 5c80400b09
3 changed files with 54 additions and 5 deletions

View file

@ -1,6 +1,9 @@
up:
nix flake update
check:
nix flake check
boot:
nixos-rebuild boot --flake . --use-remote-sudo
@ -8,9 +11,14 @@ commit:
git add .
git commit -a -m "update"
switch: commit
_switch: commit
nixos-rebuild switch --flake . --use-remote-sudo
push:
git push origin --all
switch: _switch push
debug:
nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose