docs: trim the reload rationale to the live constraint

Keeps why the setting exists (the bridge writes this file and cannot
restart authelia) and drops the incident narrative and the answered
objections -- that history belongs in the PR discussion, not in three
comment blocks a future reader has to scroll past.
This commit is contained in:
atlas 2026-08-17 19:25:27 +02:00
commit 4c7865cd8b
3 changed files with 11 additions and 49 deletions

View file

@ -29,9 +29,6 @@ let
# parameters baked into a hash have to match the verifier's.
SWARMCTL_AUTHELIA_BIN = "${autheliaCfg.package}/bin/authelia";
SWARMCTL_AUTHELIA_USERS_FILE = autheliaCfg.hostUsersFile;
# No MACHINE/UNIT here any more: `swarmctl` no longer restarts authelia,
# because authelia watches the users file itself. Those two values existed
# solely to name a `systemctl -M` target.
};
natsCfg = config.services.hyperhive.swarm.nats;