From fddf6b536276c5f617cdc6089c7bdc960e24792b Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 17 Nov 2024 11:14:22 +0100 Subject: some changes agenix --- hosts/work.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hosts/work.nix') diff --git a/hosts/work.nix b/hosts/work.nix index d36bfc3..f24863d 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -2,6 +2,17 @@ { imports = [ ./hardware-configuration/work.nix ]; + age.secrets.ghostnet-cert.file = ../secrets/ghostnet-cert.age; + age.secrets.ghostnet-key.file = ../secrets/ghostnet-key.age; + age.secrets.ghostnet-ca.file = ../secrets/ghostnet-ca.age; + age.secrets.ghostnet-tls-auth.file = ../secrets/ghostnet-tls-auth.age; + age.secrets.ghostnet-auth-user-pass.file = ../secrets/ghostnet-auth-user-pass.age; + + age.secrets.systems-cert.file = ../secrets/systems-cert.age; + age.secrets.systems-key.file = ../secrets/systems-key.age; + age.secrets.systems-ca.file = ../secrets/systems-ca.age; + age.secrets.systems-tls-auth.file = ../secrets/systems-tls-auth.age; + environment.systemPackages = with pkgs; [ slack git-review -- cgit v1.2.3