aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-24 07:58:14 -0300
committerEuAndreh <eu@euandre.org>2023-02-24 07:58:20 -0300
commit3788cc195c68d7b900fdb794bd433b1f0eb94cee (patch)
treedad60e5f25f1361366675f3817df8e566e954732
parentetc/sh/rc: Put the g() fzf preview-window above (diff)
downloaddotfiles-3788cc195c68d7b900fdb794bd433b1f0eb94cee.tar.gz
dotfiles-3788cc195c68d7b900fdb794bd433b1f0eb94cee.tar.xz
etc/nix/configuration.nix: Enable frpintd service
-rw-r--r--etc/nix/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix
index 186c32a..28c8778 100644
--- a/etc/nix/configuration.nix
+++ b/etc/nix/configuration.nix
@@ -70,6 +70,7 @@
services = {
upower.enable = true;
postfix.enable = true;
+ fprintd.enable = true;
openssh = {
enable = true;