diff --git a/hosts/aqua/nixos.nix b/hosts/aqua/nixos.nix index 0cb66a0..232cb2d 100644 --- a/hosts/aqua/nixos.nix +++ b/hosts/aqua/nixos.nix @@ -93,8 +93,20 @@ in "v4l2loopback" ]; - boot.loader.systemd-boot.enable = true; + # Bootloader. + boot.loader.systemd-boot.enable = false; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.efi.efiSysMountPoint = "/boot"; + + boot.loader.grub = { + enable = true; + efiSupport = true; + devices = [ "nodev" ]; + useOSProber = true; + + copyKernels = true; + configurationLimit = 10; + }; cornflake.greeter.monitors = [ "DP-1, disable"