feat: Add base auth method for rqbit

This commit is contained in:
ulic-youthlic 2026-01-31 21:36:41 +08:00
parent 3c31147f9d
commit dc462255db
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 5 additions and 2 deletions

View file

@ -30,6 +30,7 @@ in {
httpPort = 9092;
};
users.groups.rqbit.members = [cfg.unixName];
sops.secrets."rqbit.secrets.env" = {};
systemd.services."rqbit" = {
serviceConfig = {
EnvironmentFile = [
@ -51,6 +52,7 @@ in {
'')
)
))
config.sops.secrets."rqbit.secrets.env".path
];
};
};