From 0d976ace8ed7e76758a306cc50664d8954639a0c Mon Sep 17 00:00:00 2001 From: vanten-s Date: Wed, 8 May 2024 11:28:05 +0200 Subject: [PATCH] Changed to GRUB --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0b61c9a..7a4d756 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,9 @@ in { ]; # Bootloader. - boot.loader.systemd-boot.enable = true; + boot.loader.grub.enable = true; + boot.loader.grub.device = "nodev"; + boot.loader.grub.useOSProber = true; boot.loader.efi.canTouchEfiVariables = true; boot.supportedFilesystems = [ "ntfs" ]; boot.kernelModules = [ "v4l2loopback" ]; @@ -113,6 +115,7 @@ in { librewolf fuzzel obsidian + os-prober libsForQt5.kdeconnect-kde wireguard-tools git