Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created May 18, 2019 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/281f8f235837f683f25c08f4934d84c1 to your computer and use it in GitHub Desktop.
Save grahamc/281f8f235837f683f25c08f4934d84c1 to your computer and use it in GitHub Desktop.
options.security.acme.certs = lib.mkOption {
type = lib.types.loaOf (lib.types.submodule {
config.email = lib.mkDefault "graham@grahamc.com";
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment