{ lib, ... }: { options.my.lanInterface = lib.mkOption { type = lib.types.str; default = "enp5s0"; }; }