enable default fonts and disable efitouchvariables

efitouchvariables should only be enabled when installing
This commit is contained in:
cy 2025-01-01 14:39:22 -05:00
parent 8b4c0320e0
commit 9a85c1f5ec

View file

@ -45,7 +45,7 @@
loader = {
# lanzaboote replaces systemd-boot
systemd-boot.enable = lib.mkForce false;
efi.canTouchEfiVariables = true;
efi.canTouchEfiVariables = false; # toggle when installing
};
tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxPackages_latest;
@ -191,6 +191,7 @@
nerd-fonts.roboto-mono
ibm-plex
];
fonts.enableDefaultPackages = true;
hardware.enableAllFirmware = true;
hardware.bluetooth = {