summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-17 07:28:54 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-17 07:28:54 -0500
commit75791fdbd31691f07df150c04ac6985ec92c53fe (patch)
tree4a3b36d7200226b3f352795a52d52bb39523e11c /hosts
parenta02ab9b9364f9212c0d5d2c27b49793f6f3bc0bb (diff)
downloadnixos-config-75791fdbd31691f07df150c04ac6985ec92c53fe.tar.gz
nixos-config-75791fdbd31691f07df150c04ac6985ec92c53fe.zip
hosts/tomato: Enable fprintd
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tomato/default.nix2
1 files changed, 2 insertions, 0 deletions
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;