fprintd test

This commit is contained in:
2025-11-06 00:22:37 -06:00
parent 2e36efa1c3
commit 97d2610240

View File

@@ -1,4 +1,4 @@
{ config, lib, modulesPath, inputs, stable_pkgs, unstable_pkgs, ... }:
{ pkgs, config, lib, modulesPath, inputs, stable_pkgs, unstable_pkgs, ... }:
{
imports =
@@ -15,6 +15,15 @@
../../../users/blake/hosts/yveltal.nix
];
# fprint test lmao
services.fprintd = {
enable = true;
tod = {
enable = true;
driver = pkgs.libfprint-2-tod1-goodix;
};
};
system = {
ssh.enable = true;
sops.enable = true;