chore(Makefile): use-remote-sudo -> sudo
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,11 +2,11 @@ all: fmt switch
|
|||||||
|
|
||||||
switch:
|
switch:
|
||||||
@echo "Rebuilding NixOS..."
|
@echo "Rebuilding NixOS..."
|
||||||
@nixos-rebuild switch --flake . --use-remote-sudo --json |& nom
|
@nixos-rebuild switch --flake . --sudo --json |& nom
|
||||||
|
|
||||||
boot:
|
boot:
|
||||||
@echo "Rebuilding NixOS..."
|
@echo "Rebuilding NixOS..."
|
||||||
@nixos-rebuild boot --flake . --use-remote-sudo --json |& nom
|
@nixos-rebuild boot --flake . --sudo --json |& nom
|
||||||
|
|
||||||
vm:
|
vm:
|
||||||
@echo "Building NixOS VM..."
|
@echo "Building NixOS VM..."
|
||||||
|
|||||||
Reference in New Issue
Block a user