Freya: ntfy setting

This commit is contained in:
Filippo Berto 2024-03-10 10:01:46 +01:00
parent a3eae71f88
commit e6a9f4667c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 12 additions and 0 deletions

11
secrets/ntfy-freya.age Normal file
View file

@ -0,0 +1,11 @@
age-encryption.org/v1
-> ssh-ed25519 hGQASA VyF0zT339jNohOr0NQ65R0m0o7ttuN2ZPSrTzJD1/G4
e4KYDhLgJGqJmHIBxBA4JCpQPZlE8rvsckOYaJA+sqw
-> ssh-ed25519 4behFA yZkgIWvzQtgHfLFUJY/MwtI5BT0VhhBv6PVBYYovaGs
Tl/RE5MEoG9L5xA8fia0mEt5rsV37bb/q1Wt80iwu54
-> ssh-ed25519 l795CA kpD8f+gIxODnkR6nh0hfG4CbihVUcXRzz1VvjGlvMk0
xhcsckhnRP7T4SEuEfX3u0Y2wyFfpvx+0wNw149mfJw
--- uSlnFHERKH2v5QfaTb2xLqhM1QWJzuE3CMSQdIGhWnM
9~ @£Ó1îñxœ¹x†+œfð/ðƒ>øÌ¢}fÏØä´`U)Å)Q ²P-»dÞ.0/ÀªI²In6<>ž&‡æøŸKS™°‰˜Åæ
Í7²ŸªF´k#
o_^»ƒjW/uèÊÛ$7ýJ›Í

View file

@ -26,6 +26,7 @@ in
"kavita_token.age".publicKeys = devUsers ++ [ loki ]; "kavita_token.age".publicKeys = devUsers ++ [ loki ];
"nextcloud_admin_secret.age".publicKeys = devUsers ++ [ freya ]; "nextcloud_admin_secret.age".publicKeys = devUsers ++ [ freya ];
"ntfy-odin.age".publicKeys = devUsers ++ [ odin ]; "ntfy-odin.age".publicKeys = devUsers ++ [ odin ];
"ntfy-freya.age".publicKeys = devUsers ++ [ freya ];
"ntfy-thor.age".publicKeys = devUsers ++ [ thor ]; "ntfy-thor.age".publicKeys = devUsers ++ [ thor ];
"odin_wg_priv.age".publicKeys = devUsers ++ [ odin ]; "odin_wg_priv.age".publicKeys = devUsers ++ [ odin ];
"oppo_wg_priv.age".publicKeys = devUsers ++ systems; "oppo_wg_priv.age".publicKeys = devUsers ++ systems;