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 = {
|
services.pleroma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = akkoma.packages.${system}.akkoma;
|
package = akkoma.packages.${system}.akkoma;
|
||||||
configs = ['''
|
configs = [
|
||||||
import Config
|
''
|
||||||
import_config "${akkconfig}"
|
import Config
|
||||||
'''];
|
import_config "${akkconfig}"
|
||||||
|
''
|
||||||
|
];
|
||||||
user = "akkoma";
|
user = "akkoma";
|
||||||
group = "akkoma";
|
group = "akkoma";
|
||||||
secretConfigFile = config.sops.secrets."services/akkoma.exs".path;
|
secretConfigFile = config.sops.secrets."services/akkoma.exs".path;
|
||||||
|
|
Loading…
Reference in a new issue