summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/profiles.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index 6eef5ed..59ab599 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -78,26 +78,6 @@ in {
server = {
enable = true;
secrets.enable = true;
- services = {
- hercules-ci = {
- enable = true;
- secrets.enable = true;
- };
-
- promtail = {
- enable = true;
- clients = [
- {
- url = "http://p-body:3030/loki/api/v1/push";
- }
- ];
- };
- };
- };
-
- services.prometheus.exporters.node = {
- enable = true;
- enabledCollectors = ["systemd"];
};
nix.registry.n.flake = nixpkgs-stable;