make openssh and ssh-pass available to lnbits

This commit is contained in:
padreug 2025-10-21 18:08:13 +02:00
parent 30a1ae28f7
commit e98ef2e13f

View file

@ -40,6 +40,11 @@ in
}; };
}; };
# Make openssh and sshpass available to lnbits service
systemd.services.lnbits = {
path = with pkgs; [ openssh sshpass ];
};
services.nginx = { services.nginx = {
# Add the connection upgrade map # Add the connection upgrade map
appendHttpConfig = '' appendHttpConfig = ''