From e98ef2e13fe400068c81f6915f91ac278fd143e8 Mon Sep 17 00:00:00 2001 From: padreug Date: Tue, 21 Oct 2025 18:08:13 +0200 Subject: [PATCH] make openssh and ssh-pass available to lnbits --- config/lnbits.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/lnbits.nix b/config/lnbits.nix index fb83bc3..d1ad25b 100644 --- a/config/lnbits.nix +++ b/config/lnbits.nix @@ -40,6 +40,11 @@ in }; }; + # Make openssh and sshpass available to lnbits service + systemd.services.lnbits = { + path = with pkgs; [ openssh sshpass ]; + }; + services.nginx = { # Add the connection upgrade map appendHttpConfig = ''