diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:45:17 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 14:45:17 -0700 |
commit | 83d862a60414b18e03b24c1e5ac198bf4c5bf662 (patch) | |
tree | 9649ab7331bada6fdc7887b2baa45b0fa203f341 /hosts/tahoe/default.nix | |
parent | hosts/carmel: fix proxy_pass configuration (diff) | |
download | world-83d862a60414b18e03b24c1e5ac198bf4c5bf662.tar.gz |
profiles/monitoring: move node exporter to a profile
Diffstat (limited to 'hosts/tahoe/default.nix')
-rw-r--r-- | hosts/tahoe/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index 2c4d8ec..a5a6533 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -17,6 +17,7 @@ in "${self}/profiles/git-server.nix" "${self}/profiles/music-server.nix" "${self}/profiles/hardware/amd.nix" + "${self}/profiles/monitoring/exporter.nix" ]; # Use systemd-networkd for networking |