1 2 3 4 5 6 7 8 9 10 11 12 13
{ lib, ... }: { services.postgresql = { enable = true; authentication = lib.mkBefore '' #type database DBuser auth-method local all postgres peer ''; }; }