Revert "nixos/nginx: disable configuration validation for now"
This reverts commit 7ef58bce9d
.
This commit is contained in:
parent
d7705c01ef
commit
ecb06398e7
1 changed files with 1 additions and 3 deletions
|
@ -581,9 +581,7 @@ in
|
|||
};
|
||||
|
||||
validateConfig = mkOption {
|
||||
# FIXME: re-enable if we can make of the configurations work.
|
||||
#default = pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform;
|
||||
default = false;
|
||||
default = pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform;
|
||||
defaultText = literalExpression "pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform";
|
||||
type = types.bool;
|
||||
description = lib.mdDoc ''
|
||||
|
|
Loading…
Reference in a new issue