From 5310020334b44fc71c848f812c4e08b684c0cd33 Mon Sep 17 00:00:00 2001 From: V Date: Mon, 28 Mar 2022 16:44:54 +0200 Subject: fleet/hosts/trieste/naut: don't notify on infra updates These aren't really relevant to the project. If people particularly care about our infra, we could create a channel specifically for that, but currently it's not of interest to anyone, and just clutters things up. Change-Id: I86a484604b9442a51ba0ea22783c9286857ce403 --- fleet/hosts/trieste/naut.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fleet') diff --git a/fleet/hosts/trieste/naut.nix b/fleet/hosts/trieste/naut.nix index 042d803..8b94492 100644 --- a/fleet/hosts/trieste/naut.nix +++ b/fleet/hosts/trieste/naut.nix @@ -8,9 +8,8 @@ let proxySocket = "/run/naut-proxy/naut.sock"; config = { - "#unfathomable" = [ "nixos-config" ]; - "#ripple" = [ "ripple" "ripple-website" ]; - }; + "#ripple" = [ "ripple" "ripple-website" ]; + }; in { systemd.sockets.naut-proxy = { wantedBy = [ "sockets.target" ]; -- cgit 1.4.1