summary refs log tree commit diff
path: root/machines/lapin/default.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-19 21:19:09 +0100
committerMel <einebeere@gmail.com>2024-12-19 21:19:17 +0100
commit900f2345281cdaace7fe4a1258c99e83abb3aa2b (patch)
tree507b5435c1ddcbf1a80735a8ff823f3cc321671a /machines/lapin/default.nix
parentc989e45850a1446af77a0cfdbc72f1835215671c (diff)
downloadnetwork-900f2345281cdaace7fe4a1258c99e83abb3aa2b.tar.zst
network-900f2345281cdaace7fe4a1258c99e83abb3aa2b.zip
Add monitoring configuration to all machines
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/lapin/default.nix')
-rw-r--r--machines/lapin/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/lapin/default.nix b/machines/lapin/default.nix
index 2e21328..4cdb9c5 100644
--- a/machines/lapin/default.nix
+++ b/machines/lapin/default.nix
@@ -14,6 +14,8 @@
     ../../services/akkoma
   ];
 
+  foundation.monitoring.client.enable = true;
+
   age.secrets.cloudflare-dns = {
     file = ../../secrets/cloudflare-dns.age;
   };