enable default fonts and disable efitouchvariables
efitouchvariables should only be enabled when installing
This commit is contained in:
parent
8b4c0320e0
commit
9a85c1f5ec
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue