docs/setup: recommends nixos configuration for nixos users

This commit is contained in:
Jörg Thalheim
2024-07-21 22:05:27 +02:00
parent d0f01f3c17
commit b5f6200148

View File

@@ -24,11 +24,10 @@ Create your own clan with these initial steps and manage a fleet of machines wit
If you run NixOS the `nix` binary is already installed. If you run NixOS the `nix` binary is already installed.
You will also need to enable the `flakes` and `nix-commands` experimental features. You will also need to enable the `flakes` and `nix-commands` experimental features in your configuration.nix:
```bash ```nix
# /etc/nix/nix.conf or ~/.config/nix/nix.conf { nix.settings.experimental-features = [ "nix-command" "flakes" ]; }
experimental-features = nix-command flakes
``` ```
=== "**Other**" === "**Other**"