From c1d9af57156f3c95590d9a12c394ee064df9696e Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 15:25:38 +0100 Subject: added disko config for laptop, added storage and memory modules --- sys/core/bootloader.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/core/bootloader.nix') diff --git a/sys/core/bootloader.nix b/sys/core/bootloader.nix index 292679e..7293ffc 100644 --- a/sys/core/bootloader.nix +++ b/sys/core/bootloader.nix @@ -1,14 +1,13 @@ { config, lib, ... }: let - cfg = config.szpont.sys.core.bootloader; + cfg = config.sys.core.bootloader; in { - options.szpont.sys.core.bootloader = lib.mkOption { + options.sys.core.bootloader = lib.mkOption { type = lib.types.enum [ "systemd-boot" "grub" "none" ]; default = "systemd-boot"; - description = "Which bootloader to use"; + description = "which bootloader to use"; }; - config = lib.mkMerge [ { boot.loader.efi.canTouchEfiVariables = true; -- cgit v1.3