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 = ''