From ca45d3da81fbf3b908ae30f7ee35588d5810d8bb Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 14 Jun 2025 16:50:48 +0800 Subject: [PATCH] chore(Makefile): use-remote-sudo -> sudo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 88f1f6d..fddb482 100644 --- a/Makefile +++ b/Makefile @@ -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..."