From bc519e213d0fbfb8d5ec905ae6e128d37bbb24d3 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 7 Apr 2023 15:54:07 +0200 Subject: [PATCH] crypto: add fwknop to installed packages --- modules/crypto/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/crypto/default.nix b/modules/crypto/default.nix index 8dad1d70..9b4a91e5 100644 --- a/modules/crypto/default.nix +++ b/modules/crypto/default.nix @@ -39,6 +39,7 @@ in { libsecret qMasterPassword restic + fwknop ]; }; };