From 961729eed1540a7633f5200c63dcf8650d35c56f Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 7 Nov 2023 16:44:08 +0100 Subject: fix(system/services/taskserver/certs): Move cert generation to script This fully removes the human-factor and allows it to just run `./generate` to generate all required certificates and keys (with the needed extra keys and certificates) --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dfc3fe5..bca5793 100644 --- a/flake.nix +++ b/flake.nix @@ -101,6 +101,9 @@ packages = with pkgs; [ alejandra + # used for certificate generation in the taskserver setup + gnutls + cocogitto git-crypt ragenix.packages."${system}".default -- cgit 1.4.1