From 38f02336bf37b05cc49e542edbed8eda2ade6ac6 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 18 Jun 2025 22:55:12 -0700 Subject: [PATCH] use-remote-sudo is deprecated, use --sudo instead --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 76a0e9a..c7fa778 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,4 +5,4 @@ if [ "$ARG" = "" ]; then ARG="boot" fi -nixos-rebuild "$ARG" --flake . --use-remote-sudo +nixos-rebuild "$ARG" --flake . --sudo