{ lib, ... }: with lib; { options.mjallen.sops = { enable = mkEnableOption "enable sops"; defaultSopsFile = mkOption { type = types.str; default = null; }; }; }