diff --git a/nix/host-modules/deploy.nix b/nix/host-modules/deploy.nix index 45b1eade..4c94d1ae 100644 --- a/nix/host-modules/deploy.nix +++ b/nix/host-modules/deploy.nix @@ -164,9 +164,10 @@ in ) # The queue's callout identity. What stays under `swarm.nats` is what the - # queue IS to every hive — the ports it answers on, the client id it is - # registered under, the responder package; these five are what the host - # running it decides. + # queue IS to every hive — the ports it answers on and the client id it is + # registered under; these five are what the host running it decides. The + # responder package is one of them now, further down with the other + # `*.package` moves. # # ⚠️ The two PUBLIC keys move with their seeds. A public key looks # swarm-wide, and the user key genuinely is published to every client that @@ -227,9 +228,10 @@ in ) # The homeserver, split the same way. `swarm.matrix` keeps what it IS to - # every hive — its package, the name it answers to, the ports and URLs it - # is reached on, the client id it is registered under. These six are what - # the host running it decides. ⚠️ `enable` is NOT here: it was renamed + # every hive — the name it answers to, the ports and URLs it is reached + # on, the client id it is registered under. These six are what the host + # running it decides; its two packages moved as well, further down with + # the other `*.package` moves. ⚠️ `enable` is NOT here: it was renamed # earlier and its shim lives in ./hive-matrix.nix, so that file is the one # to check before assuming this table is the whole matrix story. (lib.mkRenamedOptionModule