summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-06 21:15:02 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-06 21:15:02 +0100
commit2953a0bae26a0a44418b10c625ae1bc44fd5a6a4 (patch)
treec40ff53716cf2801fa8aed88e32372b4910404ce
parent9abb83359120d17556605c4232798fbfc7a62392 (diff)
downloadnixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar
nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar.gz
nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar.bz2
nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.tar.xz
nixos-2953a0bae26a0a44418b10c625ae1bc44fd5a6a4.zip
Typo
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 518a3f94..0d0a2ca6 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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 };