feat: Add base auth method for rqbit
This commit is contained in:
parent
3c31147f9d
commit
dc462255db
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue