NixOS Installation Guide/zh: Difference between revisions
Created page with "=== 用户 ===" |
Created page with "Systemd-boot 是推荐的引导加载程序。以下示例演示了如何在配置中启用 systemd-boot:" |
||
| Line 279: | Line 279: | ||
</div> | </div> | ||
Systemd-boot 是推荐的引导加载程序。以下示例演示了如何在配置中启用 systemd-boot: | |||
Systemd-boot | |||
{{file|/mnt/etc/nixos/configuration.nix|nix| | {{file|/mnt/etc/nixos/configuration.nix|nix| | ||
| Line 289: | Line 287: | ||
}} | }} | ||
您可能还希望配置 [[Secure Boot|安全启动]]。 | |||
<span id="Users"></span> | <span id="Users"></span> | ||