Drop stale webhook-relay lineage leftovers (superseded on master)
This commit is contained in:
@@ -43,15 +43,11 @@
|
||||
owner = "gitea";
|
||||
};
|
||||
|
||||
# SABnzbd credentials (web UI login, API keys, eweka.nl usenet server) —
|
||||
# migrated off the reused ini in services/media/sabnzbd.nix into
|
||||
# services.sabnzbd.settings + secretValues. sabnzbd_api_key predates this
|
||||
# migration (provisioned for mediamanager's future use, services/experimental/
|
||||
# mediamanager.nix — not currently imported by any host); reused here as the
|
||||
# same single source of truth rather than duplicating it.
|
||||
# owner = sabnzbd: the module's preStart (replace-secret) runs as the
|
||||
# service's own User=/Group=, and sops secrets default to root:root 0400 —
|
||||
# without this, replace-secret gets Permission denied reading /run/secrets.
|
||||
# SABnzbd credentials (web UI login, API keys, eweka.nl usenet server) for
|
||||
# services/media/sabnzbd.nix; sabnzbd_api_key is shared with
|
||||
# services/experimental/mediamanager.nix rather than duplicated.
|
||||
# owner = sabnzbd because the module's preStart runs as that user, and sops secrets
|
||||
# default to root:root 0400.
|
||||
sops.secrets.sabnzbd_web_username.owner = "sabnzbd";
|
||||
sops.secrets.sabnzbd_web_password.owner = "sabnzbd";
|
||||
sops.secrets.sabnzbd_api_key.owner = "sabnzbd";
|
||||
|
||||
Reference in New Issue
Block a user