mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 13:09:39 +10:00
just
This commit is contained in:
parent
178dbce218
commit
cbcec36f2d
1 changed files with 4 additions and 1 deletions
5
Justfile
5
Justfile
|
@ -1,7 +1,10 @@
|
||||||
up:
|
up:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
deploy:
|
boot:
|
||||||
|
nixos-rebuild boot --flake . --use-remote-sudo
|
||||||
|
|
||||||
|
switch:
|
||||||
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