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:
parent
adae5e49f8
commit
52d60b9ce0
4 changed files with 44 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue