{ lib, ... }: { options.selfprivacy.modules.simple-nixos-mailserver = { enable = lib.mkOption { default = false; type = with lib.types; nullOr bool; }; location = lib.mkOption { default = "sda1"; type = with lib.types; nullOr str; }; }; }