From 452543e6f370a486183e6099f4184feaaaabd862 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 31 May 2024 10:37:03 +0000 Subject: [PATCH] fix `rescue` host build --- hosts/common/net/vpn.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/net/vpn.nix b/hosts/common/net/vpn.nix index ce735eb1..eff1596d 100644 --- a/hosts/common/net/vpn.nix +++ b/hosts/common/net/vpn.nix @@ -34,6 +34,7 @@ in { options = with lib; { sane.ovpn.addrV4 = mkOption { type = types.nullOr types.str; + default = null; description = '' ovpn issues one IP address per device. set `null` to disable OVPN for this host.