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