tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/mail: reuse security.wrappers type
rnhmjoj
4 years ago
41a49857
27dcb04c
+2
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
mail
mail.nix
+2
-1
nixos/modules/services/mail/mail.nix
···
1
1
-
{ config, lib, ... }:
1
1
+
{ config, options, lib, ... }:
2
2
3
3
with lib;
4
4
···
11
11
services.mail = {
12
12
13
13
sendmailSetuidWrapper = mkOption {
14
14
+
type = types.nullOr options.security.wrappers.type.nestedTypes.elemType;
14
15
default = null;
15
16
internal = true;
16
17
description = ''