diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-07-22 16:25:47 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-07-22 16:25:47 +0200 |
commit | 0efce6279829cf2f88f06092702c517ec60f4e14 (patch) | |
tree | b04442831f3a378e97943dc85b64a3d7fc401fde /hosts/configuration.nix | |
parent | Update (diff) | |
download | nixos-config-0efce6279829cf2f88f06092702c517ec60f4e14.tar.gz nixos-config-0efce6279829cf2f88f06092702c517ec60f4e14.tar.bz2 nixos-config-0efce6279829cf2f88f06092702c517ec60f4e14.zip |
Hosts: Make grub use os-prober
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 2dfb426..0c02bef 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -25,6 +25,7 @@ device = "nodev"; enableCryptodisk = true; splashImage = null; + useOSProber = true; }; timeout = 0; }; |