fix: allow SFTP on droppie for pub.solar backups
This commit is contained in:
parent
2fbaa24cb5
commit
6e62dbbd8d
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
age.secrets.wg-private-key.file = "${flake.self}/secrets/wg-private-droppie.age";
|
age.secrets.wg-private-key.file = "${flake.self}/secrets/wg-private-droppie.age";
|
||||||
|
|
||||||
|
# Allow pub.solar restic backups
|
||||||
|
services.openssh.allowSFTP = true;
|
||||||
|
|
||||||
pub-solar.wireguard-client = {
|
pub-solar.wireguard-client = {
|
||||||
ownIPs = [
|
ownIPs = [
|
||||||
"10.0.1.3/32"
|
"10.0.1.3/32"
|
||||||
|
|
Loading…
Reference in a new issue