kunsi-t470: limit openssh to RFC1918 and ipv6

This commit is contained in:
Franzi 2021-12-14 12:42:16 +01:00
parent c6c5d40084
commit 969b45d9f7
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -67,6 +67,14 @@ nodes['kunsi-t470'] = {
},
},
},
'openssh': {
'restrict-to': {
'10.0.0.0/8',
'172.16.0.0/12',
'192.168.0.0/16',
'ipv6',
},
},
'pacman': {
'install_gui': True,
},