NixOS Installation Guide/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "=== 用户 ==="
Ardenet (talk | contribs)
Created page with "Systemd-boot 是推荐的引导加载程序。以下示例演示了如何在配置中启用 systemd-boot:"
Line 279: Line 279:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Systemd-boot 是推荐的引导加载程序。以下示例演示了如何在配置中启用 systemd-boot
Systemd-boot is the recommended bootloader. The following example demonstrates how to enable systemd-boot in your configuration:
</div>


{{file|/mnt/etc/nixos/configuration.nix|nix|
{{file|/mnt/etc/nixos/configuration.nix|nix|
Line 289: Line 287:
}}
}}


<div lang="en" dir="ltr" class="mw-content-ltr">
您可能还希望配置 [[Secure Boot|安全启动]]
You may also wish to configure [[Secure Boot]].
</div>


<span id="Users"></span>
<span id="Users"></span>