This commit is contained in:
mwiegand 2021-06-25 02:01:52 +02:00
parent d9f3474977
commit c9297d2b37
4 changed files with 21 additions and 3 deletions

View file

@ -36,6 +36,8 @@ def systemd_networkd_networks(metadata):
},
'Network': {
'DHCP': 'no',
'IPForward': 'yes',
'IPMasquerade': 'yes',
'IPv6AcceptRA': 'no',
},
},

View file

@ -0,0 +1,6 @@
{
'bundles': [
'nextcloud',
'php',
],
}

View file

@ -1,12 +1,12 @@
{
'hostname': '10.0.0.2',
'groups': [
'debian-10',
'archive',
'debian-10',
# 'nextcloud',
],
'bundles': [
'gitea',
'nextcloud',
'postgresql',
'wireguard',
],
@ -27,6 +27,6 @@
'peers': {
'htz.mails': {},
},
},
},
},
}

View file

@ -88,6 +88,16 @@
'home.server': {},
},
},
'systemd-networkd': {
'networks': {
'wg0': {
'Route#10.0.0.0/24': {
'Gateway': '172.19.136.2',
'Destination': '10.0.0.0/24',
},
},
},
},
'zfs': {
'pools': {
'tank': {