this isn’t python!

This commit is contained in:
Charlotte 🦝 Delenk 2023-12-31 11:49:21 +01:00
parent e4d2373543
commit 452c60371e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

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