pdr: attempt withdrawal
This commit is contained in:
parent
6d7417dfc7
commit
0938c2fc88
3 changed files with 30 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
imports = [
|
||||
../../templates/proxmox-lxc.nix
|
||||
../../server.nix
|
||||
#../../features/dns-cache.nix
|
||||
#../../features/telemetry
|
||||
inputs.iceshrimp.nixosModules.iceshrimp {}
|
||||
];
|
||||
|
||||
|
@ -31,6 +29,7 @@
|
|||
|
||||
services.iceshrimp = {
|
||||
enable = true;
|
||||
package = inputs.iceshrimp-withdrawal.packages.${pkgs.system}.iceshrimp.withdrawal;
|
||||
settings.url = "https://porcelain.doll.repair";
|
||||
dbPasswordFile = config.sops.secrets.db_password.path;
|
||||
createDb = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue