From 99ee5a071641bc57b2c45ae0ec7fbe966feff8a2 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Thu, 27 Apr 2023 10:19:46 -0300 Subject: [PATCH] alcyone: move prometheus into its own directory --- hosts/alcyone/services/default.nix | 2 +- .../alcyone/services/{prometheus.nix => prometheus/default.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/alcyone/services/{prometheus.nix => prometheus/default.nix} (100%) diff --git a/hosts/alcyone/services/default.nix b/hosts/alcyone/services/default.nix index b727036b..7114a007 100644 --- a/hosts/alcyone/services/default.nix +++ b/hosts/alcyone/services/default.nix @@ -6,11 +6,11 @@ ./git-remote.nix ./headscale.nix ./mail.nix - ./prometheus.nix ./nginx.nix ./radicale.nix ./cgit + ./prometheus ./website ]; } diff --git a/hosts/alcyone/services/prometheus.nix b/hosts/alcyone/services/prometheus/default.nix similarity index 100% rename from hosts/alcyone/services/prometheus.nix rename to hosts/alcyone/services/prometheus/default.nix