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

This commit is contained in:
Sophie Schiller 2022-01-05 22:46:40 +01:00
parent 35104cb8ce
commit 5acfd4e657
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,7 @@ nodes['htz-hel.backup-sophie'] = {
'metadata': {
'apt': {
'packages': {
'mosh': {},
'borgbackup': {},
},
'unattended-upgrades': {
@ -39,6 +40,14 @@ nodes['htz-hel.backup-sophie'] = {
'backup-server': {
'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': {
'datasets': {
'tank/ejgwthink': {