NixOS Installation Guide/zh: Difference between revisions
No edit summary |
Created page with "* keyboard layout(键盘布局), 也就是<code>services.xserver.xkb.layout</code> * <code>users.users.user</code> 和附加条目 <code>initialPassword = "pw123";</code> * networking (wifi), 如果出现问题, 请见下方的修复方法 * <code>boot.loader.grub.device = "/dev/sda"; #或者只用于efi的 "nodev" </code> * 安装编辑器来编辑配置文件 * 修改硬件配置以使用标签" Tags: Mobile edit Mobile web edit |
||
| Line 193: | Line 193: | ||
</syntaxhighlight>最重要的修改: | </syntaxhighlight>最重要的修改: | ||
* keyboard layout(键盘布局), 也就是<code>[[Keyboard Layout Customization|services.xserver.xkb.layout]]</code> | |||
* keyboard layout, | * <code>users.users.user</code> 和附加条目 <code>initialPassword = "pw123";</code> | ||
* <code>users.users.user</code> | * [[networking]] (wifi), 如果出现问题, 请见下方的修复方法 | ||
* [[networking]] (wifi), | * <code>boot.loader.grub.device = "/dev/sda"; #或者只用于efi的 "nodev" </code> | ||
* <code>boot.loader.grub.device = "/dev/sda"; # | * 安装编辑器来编辑配置文件 | ||
* | * 修改硬件配置以使用标签 | ||
* | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||