NixOS Installation Guide/zh: Difference between revisions

Mayer (talk | contribs)
No edit summary
Mayer (talk | contribs)
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>最重要的修改:


<div lang="en" dir="ltr" class="mw-content-ltr">
* keyboard layout(键盘布局), 也就是<code>[[Keyboard Layout Customization|services.xserver.xkb.layout]]</code>  
* keyboard layout, ie <code>[[Keyboard Layout Customization|services.xserver.xkb.layout]]</code>
* <code>users.users.user</code> 和附加条目 <code>initialPassword = "pw123";</code>
* <code>users.users.user</code> with adding entry <code>initialPassword = "pw123";</code>
* [[networking]] (wifi), 如果出现问题, 请见下方的修复方法
* [[networking]] (wifi), see below for fix if it breaks
* <code>boot.loader.grub.device = "/dev/sda"; #或者只用于efi的 "nodev" </code>
* <code>boot.loader.grub.device = "/dev/sda"; #or "nodev" for efi only</code>
* 安装编辑器来编辑配置文件
* install editor to edit the configuration
* 修改硬件配置以使用标签
* change hardware config to use labels
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">