diff options
author | sefidel <contact@sefidel.net> | 2023-09-25 22:32:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-25 22:59:05 +0900 |
commit | 5994158ded4727672795277b2269fdc91d52a095 (patch) | |
tree | 6ab0d3acc28452f112407a7b41ae7f5f83dc2cce | |
parent | 701be1092cdf4b3a3fad849a347bf487857f082c (diff) | |
download | nixrc-5994158ded4727672795277b2269fdc91d52a095.tar.gz nixrc-5994158ded4727672795277b2269fdc91d52a095.zip |
feat(nixos/alpha)!: remove qubes boot entry
-rw-r--r-- | nixos/alpha/configuration.nix | 8 |
1 files changed, 0 insertions, 8 deletions
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 } |