From 9a85c1f5ec60f79c3c41e9a763743a7704a380fc Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 1 Jan 2025 14:39:22 -0500 Subject: [PATCH] enable default fonts and disable efitouchvariables efitouchvariables should only be enabled when installing --- hosts/ytnix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index 38f00da..278b112 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -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 = {