diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-06-18 06:47:08 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-06-18 06:47:08 +0200 |
commit | 171d8e1a8861e5844f6cb8d1623b93b0e86aabea (patch) | |
tree | 67c4d21e885e9a7b863329c6ed29742c7b490f4d /modules/private/system | |
parent | a97118c489a59d723538292214efaa10dfcb96df (diff) | |
download | Nix-171d8e1a8861e5844f6cb8d1623b93b0e86aabea.tar.gz Nix-171d8e1a8861e5844f6cb8d1623b93b0e86aabea.tar.zst Nix-171d8e1a8861e5844f6cb8d1623b93b0e86aabea.zip |
Add monitoring for duply backup
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 |