forked from mirrors/nixpkgs
parent
4732f59226
commit
d2f612b1b6
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue