From ee7a8059e51773a312beeeee29f66ad65cd3af03 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 17 Aug 2023 19:57:52 -0400 Subject: !garnix -> hercules-ci --- hosts/atlas/default.nix | 2 -- hosts/p-body/default.nix | 2 +- hosts/profiles.nix | 22 +++++++++++++++------- 3 files changed, 16 insertions(+), 10 deletions(-) (limited to 'hosts') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 27a199f..deb0490 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -16,8 +16,6 @@ tmp.cleanOnBoot = true; }; - server.secrets.enable = true; - networking = { domain = "mydadleft.me"; hostName = "atlas"; diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 5709ba4..6d3edaf 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -14,7 +14,7 @@ ./victoriametrics.nix ]; - server.secrets.enable = true; + boot.supportedFilesystems = ["btrfs"]; networking = { domain = "mydadleft.me"; diff --git a/hosts/profiles.nix b/hosts/profiles.nix index eb69fc6..b2d2470 100644 --- a/hosts/profiles.nix +++ b/hosts/profiles.nix @@ -102,13 +102,21 @@ in { server = { enable = true; - services.promtail = { - enable = true; - clients = [ - { - url = "http://p-body:3030/loki/api/v1/push"; - } - ]; + secrets.enable = true; + services = { + hercules-ci = { + enable = true; + secrets.enable = true; + }; + + promtail = { + enable = true; + clients = [ + { + url = "http://p-body:3030/loki/api/v1/push"; + } + ]; + }; }; }; -- cgit v1.2.3