mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
parent
806f8c6087
commit
5ee696e854
1 changed files with 2 additions and 1 deletions
3
Justfile
3
Justfile
|
|
@ -9,13 +9,14 @@ boot:
|
|||
|
||||
commit:
|
||||
git add .
|
||||
-git pull origin main
|
||||
-git commit -a -m "update"
|
||||
|
||||
_switch:
|
||||
nixos-rebuild switch --flake . --use-remote-sudo
|
||||
|
||||
push:
|
||||
git push origin --all
|
||||
git push origin main
|
||||
|
||||
switch: commit _switch push
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue