pdr: enable metrics
This commit is contained in:
parent
d5ac549b8a
commit
843eea6aac
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@
|
|||
services.iceshrimp = {
|
||||
enable = true;
|
||||
package = inputs.iceshrimp-withdrawal.packages.${pkgs.system}.iceshrimp.withdrawal;
|
||||
settings.url = "https://porcelain.doll.repair";
|
||||
settings = {
|
||||
url = "https://porcelain.doll.repair";
|
||||
enableMetrics = true;
|
||||
};
|
||||
dbPasswordFile = config.sops.secrets.db_password.path;
|
||||
createDb = true;
|
||||
configureNginx.enable = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue