make openssh and ssh-pass available to lnbits
This commit is contained in:
parent
30a1ae28f7
commit
e98ef2e13f
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue