system-manager
system-manager copied to clipboard
feat: add --sudo and --sudo-ask-password flags
Copy the flags from nixos-rebuild-ng for consistency and simplicity.
--sudo now also works locally, simplifying the documentation.
Seems like some tests are still using the old argument and that causes a panic. Should we still accept the old argument and print a warning?
Fixed