{ lib, ...}: { options = with lib; with types; { localNet = mkOption { type = str; }; }; config = { localNet = "192.168.0.0/16"; }; }