refactor: put all wrtag config in config file
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
99cf1e7cc5
commit
6e6e3d9757
3 changed files with 8 additions and 29 deletions
|
|
@ -97,10 +97,7 @@
|
|||
|
||||
services.wrtagweb = {
|
||||
enable = true;
|
||||
envFile = config.sops.secrets.wrtagwebEnvFile.path;
|
||||
settings = {
|
||||
log-level = "DEBUG";
|
||||
};
|
||||
settingsFile = config.sops.secrets.wrtagwebConfigFile.path;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."tag.escapeangle.com" = {
|
||||
|
|
@ -133,7 +130,7 @@
|
|||
slskdEnvFile = {
|
||||
owner = config.services.slskd.user;
|
||||
};
|
||||
wrtagwebEnvFile = {
|
||||
wrtagwebConfigFile = {
|
||||
owner = "wrtagweb";
|
||||
};
|
||||
bandcampcdCookieFile = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue