treewide: add types to boolean / enable options or make use of mkEnableOption
This commit is contained in:
@@ -15,6 +15,7 @@ in
|
||||
options = {
|
||||
|
||||
networking.tcpcrypt.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable opportunistic TCP encryption. If the other end
|
||||
|
||||
Reference in New Issue
Block a user