diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -456,7 +456,7 @@ | |||
456 | 456 | ||
457 | services.postgresql = { | 457 | services.postgresql = { |
458 | enable = true; | 458 | enable = true; |
459 | package = with pkgs; postgresql100; | 459 | package = with pkgs; postgresql_11; |
460 | enableTCPIP = true; | 460 | enableTCPIP = true; |
461 | authentication = lib.mkForce '' | 461 | authentication = lib.mkForce '' |
462 | local all all peer | 462 | local all all peer |