this isn’t python!
This commit is contained in:
parent
e4d2373543
commit
452c60371e
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue