From 5994158ded4727672795277b2269fdc91d52a095 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 25 Sep 2023 22:32:07 +0900 Subject: feat(nixos/alpha)!: remove qubes boot entry --- nixos/alpha/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 09d0740..4bc684d 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -38,14 +38,6 @@ useOSProber = true; copyKernels = true; extraEntries = '' - # os-prober cannot detect QubesOS - # We don't want to set any complex parameters here, - # So load the qubes grub instead. - menuentry "Qubes" { - search --set=root --fs-uuid d34d5041-8c08-445b-8ff5-4057b4b302ea - configfile ($root)/grub2/grub.cfg - } - menuentry "Reboot" { reboot } -- cgit 1.4.1