mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
fix sudo
This commit is contained in:
parent
ca75fbaf41
commit
178dbce218
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
@ -2,10 +2,10 @@ up:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
nixos-rebuild switch --flake .
|
nixos-rebuild switch --flake . --use-remote-sudo
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
nixos-rebuild switch --flake . --show-trace --verbose
|
nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose
|
||||||
|
|
||||||
# Update specific input
|
# Update specific input
|
||||||
# usage: make upp i=home-manager
|
# usage: make upp i=home-manager
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue