From 88ae1364565cc6515f39709ddeb6a7b4efe7e9e8 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 28 Apr 2024 01:56:50 -0400 Subject: [PATCH] perispherals/fprint-sensor: change cfg to account for alias --- modules/modules/hardware/peripherals/fprint-sensor.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/modules/hardware/peripherals/fprint-sensor.nix b/modules/modules/hardware/peripherals/fprint-sensor.nix index 506e844..ae5b6dd 100644 --- a/modules/modules/hardware/peripherals/fprint-sensor.nix +++ b/modules/modules/hardware/peripherals/fprint-sensor.nix @@ -2,7 +2,8 @@ with lib; with lib.our; let - cfg = config.modules.hardware.peripherals.fprint-sensor; + # Since it is aliased + cfg = config.services.fprintd; in { options.modules.hardware.peripherals.fprint-sensor = mkOpt types.attrs { };