-8
Diff
round #0
-8
module.nix
-8
module.nix
···
120
120
description = "Directory for storing blobs";
121
121
};
122
122
};
123
-
124
-
email = {
125
-
sendmail_path = mkOption {
126
-
type = types.path;
127
-
default = lib.getExe pkgs.system-sendmail;
128
-
description = "Path to the sendmail executable to use for sending emails.";
129
-
};
130
-
};
131
123
};
132
124
};
133
125
History
1 round
0 comments
isabelroses.com
submitted
#0
1 commit
expand
collapse
46ff310d
chore(nix): remove sendmail
merge conflicts detected
expand
collapse
expand
collapse
- module.nix:120