chore(Makefile): use-remote-sudo -> sudo

This commit is contained in:
2025-06-14 16:50:48 +08:00
parent 985cd8aa9d
commit ca45d3da81

View File

@@ -2,11 +2,11 @@ all: fmt switch
switch:
@echo "Rebuilding NixOS..."
@nixos-rebuild switch --flake . --use-remote-sudo --json |& nom
@nixos-rebuild switch --flake . --sudo --json |& nom
boot:
@echo "Rebuilding NixOS..."
@nixos-rebuild boot --flake . --use-remote-sudo --json |& nom
@nixos-rebuild boot --flake . --sudo --json |& nom
vm:
@echo "Building NixOS VM..."