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
|
@ -29,12 +29,12 @@
|
|||
nix.distributedBuilds = false;
|
||||
|
||||
modules = {
|
||||
boot.grub.enable = true;
|
||||
boot.timeout = 5;
|
||||
hardware.form.server = true;
|
||||
virtualization.enable = true;
|
||||
};
|
||||
|
||||
boot.loader.timeout = 5;
|
||||
|
||||
persist = {
|
||||
directories = [
|
||||
"/srv"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue