summary refs log tree commit diff
path: root/fleet
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2022-03-28 16:44:54 +0200
committerV <v@unfathomable.blue>2022-03-28 16:48:07 +0200
commit5310020334b44fc71c848f812c4e08b684c0cd33 (patch)
treec060f74289d7d8039529f01aa5aba32111226e99 /fleet
parentd3b544e6eb83fbd39b715796402f4b4c767cb16f (diff)
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
Diffstat (limited to 'fleet')
-rw-r--r--fleet/hosts/trieste/naut.nix5
1 files changed, 2 insertions, 3 deletions
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" ];