Skip to content
Commit ec958d46 authored by talyz's avatar talyz
Browse files

nixos/gitlab: Fix evaluation failure when postgresql is disabled

config.services.postgresql.package is only defined when the postgresql
service is activated, which means we fail to evaluate when
databaseCreateLocally == false. Fix this by using the default
postgresql package when the postgresql service is disabled.
parent d70eba7a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment