aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-01-15 12:55:46 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-01-15 12:55:46 +0200
commita7ad036065b84c9569b6deeb65e6f16239405b7a (patch)
tree67cfb7972dc7fe19228f1b090763b504f5cd37c4 /roles
parent51ee882d28bf33b87ece9411d9eeb0de6bb334b7 (diff)
downloadnixos-a7ad036065b84c9569b6deeb65e6f16239405b7a.tar.zst
Add fprintd
Diffstat (limited to '')
-rw-r--r--roles/shared.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/shared.nix b/roles/shared.nix
index 132a382..cd41d2e 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -594,6 +594,7 @@
};
services = {
+ fprintd.enable = true;
pipewire = {
enable = true;
alsa.enable = true;