From f23c93dd2a34e4cbfedcaebc143162d0bd19b260 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 16 Apr 2025 16:27:02 +0200 Subject: [PATCH] mv env var --- infra/machines/fedi201/fedipanel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/machines/fedi201/fedipanel.nix b/infra/machines/fedi201/fedipanel.nix index 3559eb91..e713f892 100644 --- a/infra/machines/fedi201/fedipanel.nix +++ b/infra/machines/fedi201/fedipanel.nix @@ -55,9 +55,9 @@ in COMPRESS_OFFLINE = true; LIBSASS_OUTPUT_STYLE = "compressed"; }; - environment = { - SSH_PRIVATE_KEY_FILE = config.age.secrets.panel-ssh-key.path; - }; + # environment = { + # SSH_PRIVATE_KEY_FILE = config.age.secrets.panel-ssh-key.path; + # }; secrets = { SECRET_KEY = config.age.secrets.panel-secret-key.path; };