Update FredOS-Mediaserver.nix

This commit is contained in:
ediblerope 2026-01-20 13:58:24 +00:00 committed by GitHub
parent fdf9f532b4
commit 2581926a53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,6 +90,6 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
# Boot loader
boot.loader.grub.enable = true;
boot.loader.grub.device = [ "/dev/sda" "/dev/sdb" "/dev/sdc" "/dev/sde" ];
boot.loader.grub.useOSProbler = true;
boot.loader.grub.useOSProber = true;
};
}