hosts/anemone: enable fprintd

This commit is contained in:
LavaDesu 2025-03-17 16:20:47 +11:00
parent b288e1c78c
commit 9d6693a0ae
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 8 additions and 0 deletions

View file

@ -47,5 +47,6 @@
package = pkgs.wireshark;
};
services.fprintd.enable = true;
services.tlp.enable = true;
}

View file

@ -1,5 +1,12 @@
{ ... }: {
programs.hyprlock = {
enable = true;
settings = {
auth = {
fingerprint = {
enabled = true;
};
};
};
};
}