summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-06 17:50:22 -0400
committerseth <[email protected]>2023-09-07 13:52:26 -0400
commit5d0fdf984a2708ad746669814ac874d6f7ad44b4 (patch)
tree68689d7bf6c8c1cbf3304031e447eb5524d5de11 /hosts
parentd113e8978e4be8041ae1136a487fe0f9ca48ce58 (diff)
!hercules-ci->garnix (again)
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;