mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
0b8f51c9d6
commit
f88ed30f03
1 changed files with 3 additions and 1 deletions
4
Justfile
4
Justfile
|
@ -4,9 +4,11 @@ up:
|
||||||
boot:
|
boot:
|
||||||
nixos-rebuild boot --flake . --use-remote-sudo
|
nixos-rebuild boot --flake . --use-remote-sudo
|
||||||
|
|
||||||
switch:
|
commit:
|
||||||
git add .
|
git add .
|
||||||
git commit -a -m "update"
|
git commit -a -m "update"
|
||||||
|
|
||||||
|
switch: commit
|
||||||
nixos-rebuild switch --flake . --use-remote-sudo
|
nixos-rebuild switch --flake . --use-remote-sudo
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue