From db44d490d1b6e25212a5bd7cd0f3a390cf394b55 Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 26 Dec 2025 21:19:02 +0100 Subject: added ssh support, renamed sys to os --- os/core/bootloader.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/core/bootloader.nix') diff --git a/os/core/bootloader.nix b/os/core/bootloader.nix index ff0aad5..da43050 100644 --- a/os/core/bootloader.nix +++ b/os/core/bootloader.nix @@ -1,9 +1,9 @@ { config, lib, ... }: let - cfg = config.sys.core.bootloader; + cfg = config.os.core.bootloader; in { - options.sys.core.bootloader = lib.mkOption { + options.os.core.bootloader = lib.mkOption { type = lib.types.enum [ "systemd-boot" "grub" "none" ]; default = "systemd-boot"; description = "which bootloader to use"; -- cgit v1.3