diff options
Diffstat (limited to 'modules/private/system')
-rw-r--r-- | modules/private/system/monitoring-1.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/private/system/monitoring-1.nix b/modules/private/system/monitoring-1.nix index 7581c01..c87c784 100644 --- a/modules/private/system/monitoring-1.nix +++ b/modules/private/system/monitoring-1.nix | |||
@@ -31,6 +31,13 @@ | |||
31 | }; | 31 | }; |
32 | myServices.mailRelay.enable = true; | 32 | myServices.mailRelay.enable = true; |
33 | 33 | ||
34 | security.pki.certificateFiles = [ | ||
35 | (pkgs.fetchurl { | ||
36 | url = "http://downloads.e.eriomem.net/eriomemca.pem"; | ||
37 | sha256 = "1ixx4c6j3m26j8dp9a3dkvxc80v1nr5aqgmawwgs06bskasqkvvh"; | ||
38 | }) | ||
39 | ]; | ||
40 | |||
34 | # This value determines the NixOS release with which your system is | 41 | # This value determines the NixOS release with which your system is |
35 | # to be compatible, in order to avoid breaking some software such as | 42 | # to be compatible, in order to avoid breaking some software such as |
36 | # database servers. You should change this only after NixOS release | 43 | # database servers. You should change this only after NixOS release |