fix
This commit is contained in:
@@ -153,12 +153,12 @@ in
|
||||
services.mastodon-kanidm-sync = {
|
||||
after = [
|
||||
# "mastodon.service" # TODO: ??
|
||||
"postgres.service"
|
||||
"postgresql.service"
|
||||
"kanidm.service"
|
||||
];
|
||||
requires = [
|
||||
"kanidm.service"
|
||||
"postgres.service"
|
||||
"postgresql.service"
|
||||
];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
environment = let db = config.services.mastodon.database;
|
||||
|
Reference in New Issue
Block a user