File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -239,17 +239,17 @@ Then configure as you please and choose a command below depending on your disk i
239239Installation via manual configuration:
240240
241241``` sh
242- sudo nixos-install --flake < flakelocation> # <hostname> --root <mountpoint>
242+ sudo nixos-install --flake < flakelocation> # <hostname> --root <mountpoint> --option experimental-features "nix-command flakes pipe-operators"
243243# example
244- # nixos-install --flake ~/config#globi --root /mnt
244+ # nixos-install --flake ~/config#globi --root /mnt --option experimental-features "nix-command flakes pipe-operators"
245245```
246246
247247Installation via disko:
248248
249249``` sh
250- sudo disko-install --flake < flakelocation> # <hostname> --disk <disk-name> <disk-device>
250+ sudo disko-install --flake < flakelocation> # <hostname> --disk <disk-name> <disk-device> --option experimental-features "nix-command flakes pipe-operators"
251251# example
252- # disko-install -- --flake ~/config#globi --disk main /dev/nvme0n1
252+ # disko-install -- --flake ~/config#globi --disk main /dev/nvme0n1 --option experimental-features "nix-command flakes pipe-operators"
253253```
254254
255255# Modules
You can’t perform that action at this time.
0 commit comments