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; };