lib/config/options: remove wg from interfaces

This commit is contained in:
Astro 2021-04-10 14:43:46 +02:00
parent 25be18358f
commit 6eb8a1d24f
1 changed files with 1 additions and 1 deletions

View File

@ -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;