diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-17 11:14:22 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-17 11:14:22 +0100 |
commit | fddf6b536276c5f617cdc6089c7bdc960e24792b (patch) | |
tree | 18dce25f6613f19ba61544033fb04fb517d48b25 /hosts/work.nix | |
parent | 51cf8f04119c41599409be6bda11167bca8d2bf3 (diff) |
some changes agenix
Diffstat (limited to 'hosts/work.nix')
-rw-r--r-- | hosts/work.nix | 11 |
1 files changed, 11 insertions, 0 deletions
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 |