clean up
This commit is contained in:
12
common/boot/bios.nix
Normal file
12
common/boot/bios.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Use GRUB 2 for BIOS
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
useOSProber = true;
|
||||
configurationLimit = 20;
|
||||
theme = pkgs.nixos-grub2-theme;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user