fix(#1896): remove dead forge_notify reason drop-list + auto-unsubscribe

This commit is contained in:
damocles 2026-06-24 23:07:48 +02:00
commit 9f40bd13f9
4 changed files with 20 additions and 182 deletions

View file

@ -1,16 +1,7 @@
{ ... }:
{
imports = [ ./harness-base.nix ];
# Entry-point for the privileged root agent (ruth). Referenced from
# `flake.nix` (`nixosConfigurations.ruth`) and the meta-flake's
# `applied/ruth/flake.nix`. Forge subscription/participation firehose
# stays off so ruth's inbox isn't drowned in noise.
hyperhive.forge = {
keepSubscriptions = false;
skipNotifyReasons = [
"subscribed"
"participating"
];
};
# `applied/ruth/flake.nix`.
imports = [ ./harness-base.nix ];
}