perispherals/fprint-sensor: change cfg to account for alias
This commit is contained in:
parent
b4d2cb1880
commit
88ae136456
1 changed files with 2 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue