{ lib, config, ... }: with lib; { options.wireguard = { wg0 = { subnet = mkOption { type = types.str; default = "10.100.0.1/24"; }; }; }; }