machines: porthos: services: use 'lohr.sshKeyFile'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7c1f379d82
commit
21f0199791
|
@ -52,6 +52,7 @@ in
|
||||||
lohr = {
|
lohr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
sharedSecretFile = secrets."lohr/secret".path;
|
sharedSecretFile = secrets."lohr/secret".path;
|
||||||
|
sshKeyFile = secrets."lohr/ssh-key".path;
|
||||||
};
|
};
|
||||||
# Matrix backend and Element chat front-end
|
# Matrix backend and Element chat front-end
|
||||||
matrix = {
|
matrix = {
|
||||||
|
|
Loading…
Reference in a new issue