diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-05-25 00:12:32 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-05-25 00:12:32 -0700 |
| commit | 1caebbf18a0d5e2da368bea97ffa9a3b8929c9fe (patch) | |
| tree | dab810cda11e7869e6ad565da66e77c9ccde8031 /systems/x86_64-linux/c-pc | |
| parent | 65b9266984869c070af958408af372bb8d34b9b0 (diff) | |
c-pc: disable os prober
Diffstat (limited to 'systems/x86_64-linux/c-pc')
| -rw-r--r-- | systems/x86_64-linux/c-pc/hardware.nix | 2 |
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; |