fix akkoma config #336
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue