fix akkoma config #336

Merged
DarkKirb merged 2 commits from fix-akkoma into main 2023-12-31 10:55:05 +00:00

View file

@ -267,7 +267,12 @@ in {
services.pleroma = {
enable = true;
package = akkoma.packages.${system}.akkoma;
configs = ["import_config \"${akkconfig}\""];
configs = [
''
import Config
import_config "${akkconfig}"
''
];
user = "akkoma";
group = "akkoma";
secretConfigFile = config.sops.secrets."services/akkoma.exs".path;