Jump to content

Translations:NixOS Installation Guide/54/zh: Difference between revisions

From NixOS Wiki
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> * 安装编辑器来编辑配置文件 * 修改硬件配置以使用标签"
 
Ardenet (talk | contribs)
No edit summary
 
Line 1: Line 1:
* keyboard layout(键盘布局), 也就是<code>[[Keyboard Layout Customization|services.xserver.xkb.layout]]</code>
* 键盘布局(keyboard layout), 也就是 <code>[[Keyboard Layout Customization|services.xserver.xkb.layout]]</code>  
* <code>users.users.user</code> 和附加条目 <code>initialPassword = "pw123";</code>
* [[networking|网络]] (wifi), 出现问题, 请参阅下方的修复方法
* [[networking]] (wifi), 如果出现问题, 请下方的修复方法
* 安装 [[:Category:Text Editor|编辑器]] 来编辑配置
* <code>boot.loader.grub.device = "/dev/sda"; #或者只用于efi的 "nodev" </code>
* 安装编辑器来编辑配置文件
* 修改硬件配置以使用标签

Latest revision as of 08:28, 8 October 2025

Message definition (NixOS Installation Guide)
* keyboard layout, ie <code>[[Keyboard Layout Customization|services.xserver.xkb.layout]]</code>
* [[networking]] (wifi), see below for fix if it breaks
* install [[:Category:Text Editor|editor]] to edit the configuration