hosts/various: use systemd-boot as default bootloader

This commit is contained in:
h7x4
2026-01-22 15:45:20 +09:00
parent 3940f52760
commit 89ea5b321a
15 changed files with 9 additions and 28 deletions

View File

@@ -41,6 +41,9 @@
boot.tmp.cleanOnBoot = lib.mkDefault true;
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
time.timeZone = "Europe/Oslo";
i18n.defaultLocale = "en_US.UTF-8";