give continuwuity user permissions to read secrets
This commit is contained in:
parent
01585c858e
commit
47cf846d48
3 changed files with 7 additions and 15 deletions
|
|
@ -12,7 +12,12 @@
|
||||||
else "root";
|
else "root";
|
||||||
};
|
};
|
||||||
password.file = ./password.age;
|
password.file = ./password.age;
|
||||||
matrix-priv.file = ./matrix-priv.age;
|
matrix-registration = {
|
||||||
matrix-registration.file = ./matrix-registration.age;
|
file = ./matrix-registration.age;
|
||||||
|
owner =
|
||||||
|
if config.niksos.server
|
||||||
|
then config.services.matrix-continuwuity.user
|
||||||
|
else "root";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
age-encryption.org/v1
|
|
||||||
-> ssh-ed25519 WCPLrA c0IvTG3SCwKVkf++spIkThhWEs5UhEmj56DPHY9XDEg
|
|
||||||
24vOMtcZiN7y89TwMHkM8ybvqHeVzgoIRuvfujMDoC4
|
|
||||||
-> ssh-ed25519 7/ziYw mNTwfuRS/r+bM4bYjFxtNE3yzAD5lLE0DAfgovpGulw
|
|
||||||
bTm2Kni2fVWNgPGfTFUl2qbraEJbfoYGffWuw2ythb4
|
|
||||||
-> ssh-ed25519 GQzYWA ygE1KP4bnhBw4OJW1zUm2ISo/pCfvrfM6kqezd5WsA8
|
|
||||||
0Ta0C7nPks6XTjBFgNSQRFr3IBKlSqDDEAReZeJNW9g
|
|
||||||
-> ssh-ed25519 MfR7VA qEA4XrMSGp2Mci90tLAGa1qX8miW7sgFX9D7V4paWkc
|
|
||||||
T3fqqBOutnRoL+vmpsXbYhvFi5+8aZdYyrJA+Es39+Q
|
|
||||||
--- XtEQSLuJwyqoc6ois17xk29vOh1eWfeJsbApBiI+5ww
|
|
||||||
DY<JíbÄ4÷Ql.P9|x <>©)Ô
‹PÚ÷¨´<C2A8>‹Ø¹ä©g!ÚÒU€[Á#„U@í?¶–¨bm•i°¿ô+eõ<×¼0t5@ É4ï,ªíOšbU`ÏfÅ…‹ClÑštøˆÊb%ŒùQìk NÞ-2¯~/tKQN‰*q<19>!öÖŠï
|
|
||||||
¼ cIMVïeæøOˆkïþöׂ<¡°¦!
|
|
||||||
|
|
@ -10,6 +10,5 @@ in {
|
||||||
"transfer-sh.age".publicKeys = systems;
|
"transfer-sh.age".publicKeys = systems;
|
||||||
"password.age".publicKeys = systems;
|
"password.age".publicKeys = systems;
|
||||||
"dcbot.age".publicKeys = systems;
|
"dcbot.age".publicKeys = systems;
|
||||||
"matrix-priv.age".publicKeys = systems;
|
|
||||||
"matrix-registration.age".publicKeys = systems;
|
"matrix-registration.age".publicKeys = systems;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue