From 3664b34cd81c863fba9923b82749ebf7d2b88c11 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 8 Apr 2024 11:09:28 +0800 Subject: [PATCH] docs: update graphical installer installation instructions --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index eab57ea3..44326981 100644 --- a/README.adoc +++ b/README.adoc @@ -72,7 +72,7 @@ nix-shell -p disko git # Run the following commands as root. disko --mode disko [--arg disk "/dev/sda"] --flake {canonical_flake_url}#external-hdd -nixos-install --root /mnt --flake {canonical_flake_url}#graphical-installer-x86_64-linux +nixos-install --no-root-passwd --root /mnt --flake {canonical_flake_url}#graphical-installer-x86_64-linux ---- ====