diff options
| author | andromeda <andromeda@lenovo> | 2026-01-13 05:53:57 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-13 05:53:57 +0100 |
| commit | dcb82ed361fcd36a5f0149c98f73ed36f75fb8fc (patch) | |
| tree | b4faac4bb7aa5145f9840b567ec01faad71ae0a8 /secrets | |
| parent | b25ce469b625dda07e267797f18dd3406a865fbf (diff) | |
add README, conduit
Diffstat (limited to 'secrets')
| -rw-r--r-- | secrets/conduit-secretFile.age | 9 | ||||
| -rw-r--r-- | secrets/secrets.nix | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/secrets/conduit-secretFile.age b/secrets/conduit-secretFile.age new file mode 100644 index 0000000..ef3d864 --- /dev/null +++ b/secrets/conduit-secretFile.age @@ -0,0 +1,9 @@ +age-encryption.org/v1 +-> ssh-ed25519 mT2fyg x0n1JToeD7bRsDYJpv0HFzQYB9YxxiSqt+dG6elG1Eg +vspLec9Vm6fvJnlDGjzezThc1qeIYyWncBxYwsE/6rg +-> ssh-ed25519 UHxfvA nOlZo53SINXJs8tt/vdoiGjMnIW/lYZVdI8TJfAFqxE +XlxvrHDFlm8c7odfNbBw0/QeYuCj5e4VValql5JNNgg +-> ssh-ed25519 yXDKAA Rf+obXBUKxOcMqrb6rlOSfZGyjkj1PnRvHUSDToj6Tw +XV/3FmC48Wcg9r3C5soRKBwOcBgat2ueAa8pU1MUYLE +--- l/eEq13iyiddR9Rgf47Mv8JxPfjINwCnU4pd3KyxMVQ +^P%Ϧ}M&ߢهQ?d^Y ~Tuof7n'!'͓]d͇0>vǟ.E]ԇ|>d*wDɏ)cH@Wv*WkNRF I@;9=uτ,)>b:OJ=W
Ix
\ No newline at end of file diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 10b449b..2b18560 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -8,6 +8,11 @@ in { "andromeda-pw.age".publicKeys = [andromeda lenovo]; "mtgmonkey-pw.age".publicKeys = [andromeda lenovo]; + # contains the following env + # CONDUIT_JWT_SECRET + # CONDUIT_TURN_SECRET + "conduit-secretFile.age".publicKeys = [andromeda lenovo _109-199-104-83]; + # dkim private keys "dkim-galaxious.de.mail.key.age".publicKeys = [andromeda lenovo _109-199-104-83]; |
