From c00e84ea39504477f480644f4238d6bd09db0a1b Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 6 May 2022 18:36:35 +0200 Subject: [PATCH] Enable ssh-agent / nitrokey-support --- hosts/norman/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/norman/configuration.nix b/hosts/norman/configuration.nix index b4b6f413..9e9daa1e 100644 --- a/hosts/norman/configuration.nix +++ b/hosts/norman/configuration.nix @@ -27,6 +27,13 @@ ]; # Clients and peers can use the same port, see listenport }; + hardware.nitrokey.enable = true; + + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; + services.tlp = { enable = true; settings = {