tadpole: Add boot module
This commit is contained in:
11
hosts/tadpole/modules/boot/default.nix
Normal file
11
hosts/tadpole/modules/boot/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user