From 75791fdbd31691f07df150c04ac6985ec92c53fe Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 17 Jun 2025 07:28:54 -0500 Subject: hosts/tomato: Enable fprintd --- hosts/tomato/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index 623e81a..c6a2378 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -23,6 +23,8 @@ services.printing.enable = true; + services.fprintd.enable = true; + this.hosts = { lan.home = true; mine = true; -- cgit v1.2.3