global/boot: init, refactored from modules/boot
This commit is contained in:
parent
b09425cee7
commit
c399ad4200
12 changed files with 27 additions and 79 deletions
|
@ -9,16 +9,13 @@
|
|||
info.loc.purdue = true;
|
||||
|
||||
modules = {
|
||||
boot = {
|
||||
grub.enable = true;
|
||||
timeout = 1;
|
||||
};
|
||||
|
||||
hardware.form.desktop = true;
|
||||
hardware.gpu.intel = true;
|
||||
desktop.wm.enable = true;
|
||||
};
|
||||
|
||||
boot.loader.timeout = 1;
|
||||
|
||||
persist = {
|
||||
directories = [
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue