diff --git a/nix/lib/config/options.nix b/nix/lib/config/options.nix index f5b4091..7ef6f47 100644 --- a/nix/lib/config/options.nix +++ b/nix/lib/config/options.nix @@ -109,7 +109,7 @@ let default = null; }; type = mkOption { - type = types.enum [ "veth" "phys" "wg" ]; + type = types.enum [ "phys" "veth" ]; }; gw4 = mkOption { type = with types; nullOr str;