From 35c81cc3f52c2b86df615099ffcbacc202712e9e Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 3 Feb 2022 15:32:11 -0800 Subject: [PATCH] Add log-aggregator to informis.land --- domains/informis.land.nix | 1 + hosts/zbox.nix | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/domains/informis.land.nix b/domains/informis.land.nix index 51a38fc..8e3ec64 100644 --- a/domains/informis.land.nix +++ b/domains/informis.land.nix @@ -15,6 +15,7 @@ prometheus-hosts = [ "procul" ]; postgresql-server = "procul"; grafana-hosts = [ "procul" ]; + log-aggregator = "procul"; backplane = { dns-service = "nutboy3"; domain = "fudo.link"; diff --git a/hosts/zbox.nix b/hosts/zbox.nix index e0066e5..cb29b2e 100644 --- a/hosts/zbox.nix +++ b/hosts/zbox.nix @@ -1,16 +1,8 @@ { description = "Niten's primary desktop."; - # ssh-fingerprints = [ - # "1 1 3aff8c913615c81512be3a42fc83daeb90d94a3d" - # "1 2 39c7500f08022963f3f2db4f3ebb7aad08c92d0cc937984ba86c4eba204ed493" - # "4 1 862842d99f5afb33db4f073d2f3d1154c6417110" - # "4 2 373536d3d59f2354b1bfc25c02120c86e9b3af574b6c1984210d9e9c1d5244e3" - # ]; rp = "niten"; admin-email = "niten@fudo.org"; enable-gui = true; - # ssh-pubkey = - # "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKVhHfRf2086SAqOmu2dNbsJI9UUAQWop+1lrcJlNgl8"; profile = "desktop"; domain = "sea.fudo.org"; site = "seattle";