blob: d13599d24c6516dc8ea29ad4c310ddeaa66ab47d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{ ... }:
{
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;
}
|