From dba9b2cb9c73110b5603e209a187f8617a8c9966 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Tue, 15 Jul 2025 19:05:57 +0100 Subject: [PATCH] nixos/kryoflux: fix typo programs.kryoflux -> hardware.kryoflux --- nixos/modules/hardware/kryoflux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/hardware/kryoflux.nix b/nixos/modules/hardware/kryoflux.nix index fc46f2d0bbf4..3e3110e5773a 100644 --- a/nixos/modules/hardware/kryoflux.nix +++ b/nixos/modules/hardware/kryoflux.nix @@ -6,11 +6,11 @@ }: let - cfg = config.programs.kryoflux; + cfg = config.hardware.kryoflux; in { - options.programs.kryoflux = { + options.hardware.kryoflux = { enable = lib.mkOption { type = lib.types.bool; default = false;