This commit is contained in:
iFargle 2023-09-22 19:24:24 +09:00
parent b6f3ec2081
commit 9727dea6c7

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }: {
# Bootloader
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.enable = true;
boot.tmp.cleanOnBoot = true;
boot.initrd.systemd.enable = true;
boot.kernelParams = ["quiet"];