summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-10-21 19:26:26 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-10-21 19:26:26 +0300
commitd2f612b1b648cb8af74d5be4a31b2d3a9092fb3a (patch)
treeb68adeb529bf3c39fae1a23b4c49acc2f4a8851f /nixos/modules
parent4732f59226a21b01d630c7ef4fb884bbfbe7dc83 (diff)
downloadnixlib-d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a.tar
nixlib-d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a.tar.gz
nixlib-d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a.tar.bz2
nixlib-d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a.tar.lz
nixlib-d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a.tar.xz
nixlib-d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a.tar.zst
nixlib-d2f612b1b648cb8af74d5be4a31b2d3a9092fb3a.zip
postgresql.authMethod: remove unimplemented option.
close #1104.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/databases/postgresql.nix8
1 files changed, 0 insertions, 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 = ''