NixOS Installation Guide: Difference between revisions
Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
Line 161: | Line 161: | ||
* keyboard layout, ie <code>services.xserver.layout</code> | * keyboard layout, ie <code>services.xserver.layout</code> | ||
* <code>users.users.user</code> with adding entry <code>initialPassword = "pw123";</code> | * <code>users.users.user</code> with adding entry <code>initialPassword = "pw123";</code> | ||
* networking (wifi), see below for fix if it breaks | * [[networking]] (wifi), see below for fix if it breaks | ||
* <code>boot.loader.grub.device = "/dev/sda"; #or "nodev" for efi only</code> | * <code>boot.loader.grub.device = "/dev/sda"; #or "nodev" for efi only</code> | ||
* install editor to edit the configuration | * install editor to edit the configuration |