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,13 +3,10 @@
|
|||
(with suites; [ graphic ])
|
||||
|
||||
(with profiles; [
|
||||
boot.grub
|
||||
|
||||
networking.wireless
|
||||
|
||||
(with hardware; [
|
||||
gpu.intel
|
||||
wireless
|
||||
])
|
||||
|
||||
# services.privoxy
|
||||
|
@ -45,6 +42,7 @@
|
|||
};
|
||||
|
||||
modules = {
|
||||
boot.grub.enable = true;
|
||||
hardware = {
|
||||
form.laptop = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue