NixOS configuration.nix 初期状態 / NixOS 24.11

BIOS/EFI

ファイル (コメントあり)



ファイル (コメントなし, EFIのケース)

{ config, lib, pkgs, ... }:

{
  imports =
    [
      ./hardware-configuration.nix
    ];
  boot.loader.systemd-boot.enable = true;
  boot.loader.efi.canTouchEfiVariables = true;
  system.stateVersion = "24.11";
}

トップ   一覧 検索 最終更新   ヘルプ   最終更新のRSS