Install fixes: bootstrap-install.sh (curl one-liner), nix flags in script, mkDefault hostname, doc typos/verify

Made-with: Cursor
This commit is contained in:
DannyDannyDanny 2026-03-08 18:06:54 +01:00
parent adae5e49f8
commit 52d60b9ce0
4 changed files with 44 additions and 20 deletions

View file

@ -8,7 +8,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixos"; # Override with --system-config at install
networking.hostName = lib.mkDefault "nixos"; # Overridden by --system-config at install
networking.wireless.enable = true;
# networks."SSID".psk set via --system-config or imperative.conf after boot