hades: enable lohr
This commit is contained in:
parent
812405fbbd
commit
67b81babf2
|
@ -66,6 +66,11 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lohr = {
|
||||||
|
enable = true;
|
||||||
|
port = 8083;
|
||||||
|
};
|
||||||
|
|
||||||
matrix = {
|
matrix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
lib.mapAttrs toSecret {
|
lib.mapAttrs toSecret {
|
||||||
"gandi/api-key" = {};
|
"gandi/api-key" = {};
|
||||||
|
|
||||||
|
"lohr/shared-secret" = {};
|
||||||
|
|
||||||
"matrix-synapse/secret-config" = {
|
"matrix-synapse/secret-config" = {
|
||||||
owner = "matrix-synapse";
|
owner = "matrix-synapse";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
age-encryption.org/v1
|
age-encryption.org/v1
|
||||||
-> ssh-ed25519 k2gHjw RKzmvlLJzkvoFfPW17H0oSnPk1SZziQxcMCqVQfyQ1A
|
-> ssh-ed25519 k2gHjw R7jnkS7fFFSouPgvjrCnyfWNHOanOWKVUDp4Fd2xqFU
|
||||||
0R5bcUYcqzJaUHWW0j3EgWnzlOvKmLOA7rIwEjEs+UI
|
MdWD5E8dWfDHqFNTDCqOlyMhwpfEtqhlpnx3opft70w
|
||||||
-> ssh-ed25519 z6Eu8Q dg3GZIAzPsuXVaV2uRtYNDN+RMBgKaYw4eux13IjQ00
|
-> ssh-ed25519 pX8y2g /CAWr94ucfxWKLWQPSQD2fl09TuUZELywWoZgHZS0AY
|
||||||
VJeVMuNxJHiJkwNY/8N9HQ+DTUzmOGPdDUoInlV+ScA
|
NeDHZc2ooKl2Bp0nAEY9P/Apdramb2TpHWpx0jkceyk
|
||||||
-> cq?k-grease >>)4[\ _:DBA*P
|
-> bzN-grease F &,%3jl~w &]8&d*N6 5UJ
|
||||||
LUtE0e0sxIay8ngpt5Y7jD9zNtZbiBTJGvVrzXE/vXOAPwu1e6sUigclYJ3H/wax
|
58BUbsIwRkkUrNoSbgbMo/o1tKttXP2YWIJs9cbfXrT6XcO+Km0g90LPbYCmsqTZ
|
||||||
Hwnx5zPDSu1BG07dUZeaNQdUpS4l
|
pr8TINM2Wd8RQw
|
||||||
--- xY+ulUElyTv6MG3VLtkPyrLxav+0C6ifdWfRO14YGl4
|
--- 7K7sEw2zIWhuR3intlPGFipaVhHli+tWHqmyobRjLYo
|
||||||
ud®›ß늇Lr<4C>.iá•Óª9”‹°Û‡³XÐÙgÞúâ9•»}ŒTNŒq-¼E<C2BC>…¾ŸÃýÎ ˜³»¦voõ¾uÜÖ›Îøi£Ì<C2A3>c¡E]ª´"Ю†A1ÍjZ€É@,wTÂÛ¯
|
oÔčŰ„Ĺ[\ń˛ű¸©lN/X•ô:Ź±ŚuĄNľÖó
kş<1A>{ďÁme˙0A=,h_¤÷č,ś4S&‰ůŤ9ś‚hŮ1/ÄÍž’Ąé÷ypałöz2Ń€†íTş,©’Réâ€U
|
|
@ -14,7 +14,7 @@ let
|
||||||
in {
|
in {
|
||||||
"gandi/api-key.age".publicKeys = [alarsyo hades poseidon];
|
"gandi/api-key.age".publicKeys = [alarsyo hades poseidon];
|
||||||
|
|
||||||
"lohr/shared-secret.age".publicKeys = [alarsyo poseidon];
|
"lohr/shared-secret.age".publicKeys = [alarsyo hades];
|
||||||
|
|
||||||
"matrix-synapse/secret-config.age".publicKeys = [alarsyo hades];
|
"matrix-synapse/secret-config.age".publicKeys = [alarsyo hades];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue