{ pkgs, lib, config, ... }: let db = "enfants"; owner = "enfants"; passwordFile = enfants/passwordFile.clear; inherit (config.users) users groups; inherit (config) networking; # To be used in postStart when resetting the database drop = '' psql -d template1 -AqtX --set ON_ERROR_STOP=1 -f - </dev/null psql -d "${db}" -AqtX --set ON_ERROR_STOP=1 -f - <