Add --flake option to command in README

This commit is contained in:
JuliusFreudenberger 2025-01-18 20:41:05 +02:00
parent 55d9d233fe
commit 6080fa8715

View file

@ -13,6 +13,6 @@ Nix allows for easy to manage, collaborative, reproducible deployments. This mea
After installed NixOS with `nix-command` & `flake` enabled, you can deploy this flake with the following command:
```bash
sudo nixos-rebuild switch .#nixos-test
sudo nixos-rebuild switch --flake .#nixos-test
```