modules/boot: move bootloaders to module
This commit is contained in:
parent
c18b633ea9
commit
bca6c11270
7 changed files with 66 additions and 45 deletions
|
@ -3,11 +3,12 @@
|
|||
suites = with suites; [ base ];
|
||||
imports = [ ];
|
||||
profiles = with profiles; [
|
||||
boot.grub
|
||||
|
||||
hardware.gpu.nvidia
|
||||
];
|
||||
};
|
||||
|
||||
modules.hardware.form.server = true;
|
||||
modules = {
|
||||
boot.grub.enable = true;
|
||||
hardware.form.server = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue