Fix wrong settings

This commit is contained in:
Tom 2024-08-07 22:47:29 +02:00
parent cc20d599f1
commit dc5afcdc3b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
boot = { boot = {
loader ={ loader ={
systemd-boot.enable = true; systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
}; };