fprintd test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user