liquidd: use type str for rpcbind

This commit is contained in:
Erik Arvstedt 2020-10-29 21:20:34 +01:00
parent de23fdd377
commit e66636ef0e
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 5 additions and 5 deletions

View file

@ -270,7 +270,7 @@ in {
services.liquidd = {
bind = netns.liquidd.address;
rpcbind = [ netns.liquidd.address ];
rpcbind = netns.liquidd.address;
rpcallowip = [
bridgeIp # For operator user
netns.liquidd.address