aboutsummaryrefslogtreecommitdiff
path: root/modules/private/system/monitoring-1.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-18 06:47:08 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-18 06:47:08 +0200
commit171d8e1a8861e5844f6cb8d1623b93b0e86aabea (patch)
tree67c4d21e885e9a7b863329c6ed29742c7b490f4d /modules/private/system/monitoring-1.nix
parenta97118c489a59d723538292214efaa10dfcb96df (diff)
downloadNix-171d8e1a8861e5844f6cb8d1623b93b0e86aabea.tar.gz
Nix-171d8e1a8861e5844f6cb8d1623b93b0e86aabea.tar.zst
Nix-171d8e1a8861e5844f6cb8d1623b93b0e86aabea.zip
Add monitoring for duply backup
Diffstat (limited to 'modules/private/system/monitoring-1.nix')
-rw-r--r--modules/private/system/monitoring-1.nix7
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