diff --git a/nixos/default.nix b/nixos/default.nix index 17a4f74..3c2baf8 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -28,7 +28,11 @@ in { "electron-25.9.0" ]; - boot.loader.systemd-boot.enable = true; + boot.loader.grub = { + enable = true; + device = "nodev"; + efiSupport = true; + }; boot.loader.efi.canTouchEfiVariables = true; networking.networkmanager.enable = true;