chore: Update darwin-rebuild command in README

Replace the old command with an updated one in the README.md file, removing the `--use-remote-sudo` option. This should help users to effectively utilize the 'darwin-rebuild' functionality accurately.
This commit is contained in:
Harald Hoyer 2024-07-19 13:39:45 +02:00
parent c42a15d235
commit 5b7249a7e3

View file

@ -16,7 +16,7 @@ $ nixos-rebuild --use-remote-sudo -L --show-trace --refresh --flake git+https://
on darwin
```bash
$ darwin-rebuild --use-remote-sudo -L --show-trace --refresh --flake git+https://git.hoyer.xyz/harald/nixcfg switch
$ darwin-rebuild -L --show-trace --refresh --flake git+https://git.hoyer.xyz/harald/nixcfg switch
```