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 = {
|
loader = {
|
||||||
# lanzaboote replaces systemd-boot
|
# lanzaboote replaces systemd-boot
|
||||||
systemd-boot.enable = lib.mkForce false;
|
systemd-boot.enable = lib.mkForce false;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = false; # toggle when installing
|
||||||
};
|
};
|
||||||
tmp.cleanOnBoot = true;
|
tmp.cleanOnBoot = true;
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
@ -191,6 +191,7 @@
|
||||||
nerd-fonts.roboto-mono
|
nerd-fonts.roboto-mono
|
||||||
ibm-plex
|
ibm-plex
|
||||||
];
|
];
|
||||||
|
fonts.enableDefaultPackages = true;
|
||||||
|
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue