From 02ced8c359a36e6414eefc8027719bdcd3830692 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 17 Jul 2024 01:41:11 +0200 Subject: [PATCH] revert: revert revert that shouldntve been reverted --- modules/services/iceshrimp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/iceshrimp.nix b/modules/services/iceshrimp.nix index 2e40867..9777f7d 100644 --- a/modules/services/iceshrimp.nix +++ b/modules/services/iceshrimp.nix @@ -22,7 +22,7 @@ url = "https://fedi.liv.town"; # The domain your Iceshrimp UI will be served on. # settings.db.host = "/run/postgresql"; # omitting this setting causes some configurations to fail }; - # dbPasswordFile = /var/iceshrimp/dbPasswordFile; + dbPasswordFile = /var/iceshrimp/dbPasswordFile; secretConfig = /var/iceshrimp/secretConfig.yml; }; };