mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
fix: let module setup be correct
This commit is contained in:
parent
02c5d7770d
commit
9db98ab6d9
|
|
@ -223,7 +223,6 @@ in
|
|||
config = mkIf cfg.enable (lib.mkMerge [
|
||||
localDatabaseConfig
|
||||
nginxConfig
|
||||
systemd.services.lysandap
|
||||
lib.mkIf cfg.database.createLocally {
|
||||
systemd.services.lysandap.serviceConfig.Environment.DATABASE_URL = "postgresql:///${cfg.database.user}@localhost/${cfg.database.dbname}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue