diff --git a/modules/common.nix b/modules/common.nix index 4d6651b..7982fa9 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -2,10 +2,8 @@ { # Bootloader - boot.loader.grub = { + boot.loader.systemd-boot = { enable = true; - device = "nodev"; - efiSupport = true; }; boot.loader.efi = {