diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:48:50 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:48:50 -0700 |
commit | 21d405ab09a6f79a0eabab8e62d940e0704a57b6 (patch) | |
tree | 2dc89cc7cc5e2a8e96c7e7d58aad5e7e988a058e /hosts/tahoe/services.nix | |
parent | profiles/monitoring: move node exporter to a profile (diff) | |
download | world-21d405ab09a6f79a0eabab8e62d940e0704a57b6.tar.gz |
profiles/monitoring: move promtail to a profile
Diffstat (limited to '')
-rw-r--r-- | hosts/tahoe/services.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index b8745e4..a8b80b8 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -20,7 +20,6 @@ in enable = true; vhostName = "dash.${config.homelab.domain}"; }; - promtail.enable = true; }; sendsms.enable = true; |