diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-08-10 15:35:10 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-08-10 16:10:18 -0600 |
| commit | f71eb78f5c2b8ba088a5ffec34886373620060af (patch) | |
| tree | 1455bcd8c4b46b57dbcb4c903bd654dedda4d4e6 /sys/preset/dmz.nix | |
| parent | 95982afebf37e838bd0ab871732966aca98c1744 (diff) | |
sys/jobs/pki-expiry: initial commit
Diffstat (limited to 'sys/preset/dmz.nix')
| -rw-r--r-- | sys/preset/dmz.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/preset/dmz.nix b/sys/preset/dmz.nix index a64a5b7..eae58cc 100644 --- a/sys/preset/dmz.nix +++ b/sys/preset/dmz.nix @@ -27,6 +27,8 @@ in }; }; + jobs.pkiExpiry.enable = mkDefault config.local.mta.enable; + mta.enable = mkDefault true; net = { |
