diff options
author | EuAndreh <eu@euandre.org> | 2023-02-24 07:58:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-24 07:58:20 -0300 |
commit | 3788cc195c68d7b900fdb794bd433b1f0eb94cee (patch) | |
tree | dad60e5f25f1361366675f3817df8e566e954732 | |
parent | etc/sh/rc: Put the g() fzf preview-window above (diff) | |
download | dotfiles-3788cc195c68d7b900fdb794bd433b1f0eb94cee.tar.gz dotfiles-3788cc195c68d7b900fdb794bd433b1f0eb94cee.tar.xz |
etc/nix/configuration.nix: Enable frpintd service
-rw-r--r-- | etc/nix/configuration.nix | 1 |
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; |