From 8759039187a8a0dfd40fc5f9c703a6c8cbfd4942 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 5 Nov 2021 16:56:45 +0100 Subject: [PATCH] machines: porthos: services: use 'lohr.sshKeyFile' --- machines/porthos/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/porthos/services.nix b/machines/porthos/services.nix index 07cf8eb..5661773 100644 --- a/machines/porthos/services.nix +++ b/machines/porthos/services.nix @@ -52,6 +52,7 @@ in lohr = { enable = true; sharedSecretFile = secrets."lohr/secret".path; + sshKeyFile = secrets."lohr/ssh-key".path; }; # Matrix backend and Element chat front-end matrix = {