remember to require age for mail

This commit is contained in:
Noah Masur 2022-10-08 15:52:43 +00:00
parent 8dba2ef88b
commit bfa9e8fc4e

View File

@ -1,5 +1,8 @@
{ config, pkgs, lib, ... }: {
# Required to place identity file on machine
imports = [ ../shell/age.nix ];
options = {
mailUser = lib.mkOption {
type = lib.types.str;