Modularize '/etc/configuration.nix'
This commit is contained in:
7
modules/bootloader.nix
Normal file
7
modules/bootloader.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
}
|
||||
Reference in New Issue
Block a user