desc: temp fix for broken configs

This commit is contained in:
Shiz 2022-01-18 12:01:43 +01:00
parent 46dd673506
commit 5c16a6ff7f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ WEEGEE_PEER = WeegeeMeta(
name='wg/peer',
version=1,
spec=[
f'interface: @{WEEGEE_PUB_INTERFACE.get_name()}',
f'interface: @{WEEGEE_INTERFACE.get_name()}',
'routes: [ipnet]',
'host: ?str = ',
'port: ?int = ',