initial commit
This commit is contained in:
commit
813b424831
13 changed files with 171 additions and 0 deletions
7
modules/boot.nix
Normal file
7
modules/boot.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{config, pkgs, ...}:
|
||||
|
||||
{
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue