refactor: put all wrtag config in config file

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-07 17:17:50 +02:00
parent 99cf1e7cc5
commit 6e6e3d9757
Signed by: lander
GPG key ID: 0142722B4B0C536F
3 changed files with 8 additions and 29 deletions

View file

@ -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 = {