mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Patch in boot for vmware host
This commit is contained in:
parent
17c2f4e788
commit
d70d4dc701
3 changed files with 8 additions and 1 deletions
7
hosts/vmware/boot.nix
Normal file
7
hosts/vmware/boot.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda1";
|
||||
usOSProber = true;
|
||||
}
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
}:{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./boot.nix
|
||||
../../modules
|
||||
];
|
||||
networking.hostName = "vmware";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue