From 9417b068a9318c42d9ee8c83eef3dc37d0bc2327 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Wed, 28 May 2025 17:29:45 +0200 Subject: [PATCH] use remote-sudo for local rebuilds --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index c56bcaa..8740874 100644 --- a/Justfile +++ b/Justfile @@ -1,8 +1,9 @@ hostname := `hostname` local OPERATION *FLAGS: - sudo nixos-rebuild \ + nixos-rebuild \ --flake .#{{hostname}} \ + --use-remote-sudo \ {{FLAGS}} \ {{OPERATION}}