This commit is contained in:
Sicheng Pan 2026-02-16 22:00:15 -08:00
parent c47db92a88
commit e7c56b4d22
Signed by: macronova
GPG key ID: CE969670FB4B4A56
27 changed files with 107 additions and 202 deletions

View file

@ -3,12 +3,9 @@
# and in the NixOS manual (accessible by running `nixos-help`).
{...}: {
# Configure boot loader
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
tmp.cleanOnBoot = true;
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
# This value determines the NixOS release from which the default