diff options
Diffstat (limited to 'modules/boot/systemd-boot.nix')
| -rw-r--r-- | modules/boot/systemd-boot.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/boot/systemd-boot.nix b/modules/boot/systemd-boot.nix new file mode 100644 index 0000000..5b50bad --- /dev/null +++ b/modules/boot/systemd-boot.nix @@ -0,0 +1,10 @@ +{ + boot.loader.systemd-boot = { + enable = false; + editor = true; + consoleMode = "max"; + memtest86.enable = true; + netbootxyz.enable = true; + configurationLimit = 10; + }; +} |