From d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Mon, 21 Oct 2013 19:26:26 +0300 Subject: [PATCH] postgresql.authMethod: remove unimplemented option. close #1104. --- nixos/modules/services/databases/postgresql.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix index fc6b5b167b88..1c43dad1d508 100644 --- a/nixos/modules/services/databases/postgresql.nix +++ b/nixos/modules/services/databases/postgresql.nix @@ -95,14 +95,6 @@ in ''; }; - authMethod = mkOption { - default = " ident sameuser "; - description = '' - How to authorize users. - Note: ident needs absolute trust to all allowed client hosts. - ''; - }; - enableTCPIP = mkOption { default = false; description = ''