htz-hel.backup-sophie: open mosh and iperf ports
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Sophie Schiller 2022-01-05 22:46:40 +01:00
parent 35104cb8ce
commit 5acfd4e657

View file

@ -10,6 +10,7 @@ nodes['htz-hel.backup-sophie'] = {
'metadata': { 'metadata': {
'apt': { 'apt': {
'packages': { 'packages': {
'mosh': {},
'borgbackup': {}, 'borgbackup': {},
}, },
'unattended-upgrades': { 'unattended-upgrades': {
@ -39,6 +40,14 @@ nodes['htz-hel.backup-sophie'] = {
'backup-server': { 'backup-server': {
'zfs-base': 'tank/backups', 'zfs-base': 'tank/backups',
}, },
'nftables': {
'rules': {
'50-sophie-misc': [
'inet filter input udp dport { 60000-61000 } accept',
'inet filter input tcp dport 5201 accept',
],
},
},
'zfs': { 'zfs': {
'datasets': { 'datasets': {
'tank/ejgwthink': { 'tank/ejgwthink': {