diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-06 21:15:02 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-06 21:15:02 +0100 |
| commit | 2953a0bae26a0a44418b10c625ae1bc44fd5a6a4 (patch) | |
| tree | c40ff53716cf2801fa8aed88e32372b4910404ce | |
| parent | 9abb83359120d17556605c4232798fbfc7a62392 (diff) | |
| download | nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar.gz nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar.bz2 nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar.xz nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.zip | |
Typo
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -365,7 +365,7 @@ in rec { | |||
| 365 | 365 | ||
| 366 | services.postgresql = { | 366 | services.postgresql = { |
| 367 | enable = true; | 367 | enable = true; |
| 368 | authorization = lib.mkForce '' | 368 | authentication = lib.mkForce '' |
| 369 | local sameuser all peer | 369 | local sameuser all peer |
| 370 | ''; | 370 | ''; |
| 371 | }; | 371 | }; |
