mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 02:49:17 +01:00
fix: let module setup be correct
This commit is contained in:
parent
02c5d7770d
commit
9db98ab6d9
1 changed files with 0 additions and 1 deletions
|
|
@ -223,7 +223,6 @@ in
|
||||||
config = mkIf cfg.enable (lib.mkMerge [
|
config = mkIf cfg.enable (lib.mkMerge [
|
||||||
localDatabaseConfig
|
localDatabaseConfig
|
||||||
nginxConfig
|
nginxConfig
|
||||||
systemd.services.lysandap
|
|
||||||
lib.mkIf cfg.database.createLocally {
|
lib.mkIf cfg.database.createLocally {
|
||||||
systemd.services.lysandap.serviceConfig.Environment.DATABASE_URL = "postgresql:///${cfg.database.user}@localhost/${cfg.database.dbname}";
|
systemd.services.lysandap.serviceConfig.Environment.DATABASE_URL = "postgresql:///${cfg.database.user}@localhost/${cfg.database.dbname}";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue