setting default of copySystemConfiguration to false.
http://thread.gmane.org/gmane.linux.distributions.nixos/3990 svn path=/nixos/trunk/; revision=21450
This commit is contained in:
parent
0829b8ea8c
commit
6daed6b8d2
@ -33,7 +33,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
system.copySystemConfiguration = pkgs.lib.mkOption {
|
system.copySystemConfiguration = pkgs.lib.mkOption {
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Unless set to false copies the nixos configuration file
|
Unless set to false copies the nixos configuration file
|
||||||
<literal>$NIXOS_CONFIG</literal> defaulting to
|
<literal>$NIXOS_CONFIG</literal> defaulting to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user