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}}