wg-home: fix type error

This commit is contained in:
Colin 2023-11-08 13:24:00 +00:00
parent 226c4ba818
commit 7e4899832d

View File

@ -121,7 +121,7 @@ in
# also expose a wg-quick interface, so that one may `sane-vpn up servo` to route all traffic through servo
networking.wg-quick.interfaces.vpn-servo = {
address = cfg.ip;
address = [ cfg.ip ];
dns = [
config.sane.hosts.by-name."servo".wg-home.ip
];