Fix wrong settings
This commit is contained in:
parent
cc20d599f1
commit
dc5afcdc3b
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue