modules/boot: move bootloaders to module

This commit is contained in:
Infinidoge 2021-11-21 19:58:03 -05:00
parent c18b633ea9
commit bca6c11270
7 changed files with 66 additions and 45 deletions

View file

@ -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;
};
}