summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/work.nix11
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