aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-05-25 00:12:32 -0700
committerCaroline Larimore <caroline@larimo.re>2025-05-25 00:12:32 -0700
commit1caebbf18a0d5e2da368bea97ffa9a3b8929c9fe (patch)
treedab810cda11e7869e6ad565da66e77c9ccde8031 /systems
parent65b9266984869c070af958408af372bb8d34b9b0 (diff)
c-pc: disable os prober
Diffstat (limited to 'systems')
-rw-r--r--systems/x86_64-linux/c-pc/hardware.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/systems/x86_64-linux/c-pc/hardware.nix b/systems/x86_64-linux/c-pc/hardware.nix
index 406ec64..287de97 100644
--- a/systems/x86_64-linux/c-pc/hardware.nix
+++ b/systems/x86_64-linux/c-pc/hardware.nix
@@ -5,8 +5,6 @@
loader.grub = {
enable = true;
- useOSProber = true;
-
zfsSupport = true;
efiSupport = true;
efiInstallAsRemovable = true;