summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-14 16:27:29 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-14 16:27:46 +0100
commit1212f73e1914207bef894a728929fbb41fa5a805 (patch)
treebb97a4bcbc7b6e567ae7a6032b1955ea3569cadd /flake.nix
parentbceaa19aef425785e91161273e6dc235583e676d (diff)
Setup vpn's
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 943e0d7..9c6b218 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +26,16 @@
environment.systemPackages = [
agenix.packages."x86_64-linux".default
];
+ 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;
}
./config/shared.nix
];