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;