Skip to content

Commit b87e740

Browse files
committed
Enable os-prober on volt
1 parent b3fe222 commit b87e740

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

volt/nixos-configuration.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"/crypto_keyfile.bin" = null;
1111
};
1212

13+
boot.loader = {
14+
timeout = 300;
15+
grub.useOSProber = true;
16+
};
17+
1318
networking.hostName = "volt-nixos";
1419

1520
# Load nvidia driver for Xorg and Wayland

0 commit comments

Comments
 (0)