From 6ddc25d4e189c30431703f602653b8bae861e4af Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 29 Aug 2024 20:54:34 -0700 Subject: some stuff --- modules/boot/systemd-boot.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/boot/systemd-boot.nix (limited to 'modules/boot/systemd-boot.nix') 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; + }; +} -- cgit v1.2.3