Bootloader : Replace for not-detected.nix
This commit is contained in:
parent
3fdc0bcec3
commit
877335fd99
|
@ -1,4 +1,5 @@
|
|||
{ ... }: {
|
||||
{ lib, ... }: {
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
|
|
Reference in a new issue