summary refs log tree commit diff
path: root/nixos/modules/testing
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-06 19:44:13 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-06 19:44:13 +0200
commitd5b5d763cd5a123c02d43d1e3eaff3141609c9ea (patch)
tree050f2d61f81bb47f5b4f74c4e5d16e0f02d2d90a /nixos/modules/testing
parent9092499154498ae22823d550990a678ff665ef77 (diff)
downloadnixpkgs-d5b5d763cd5a123c02d43d1e3eaff3141609c9ea.tar
nixpkgs-d5b5d763cd5a123c02d43d1e3eaff3141609c9ea.tar.gz
nixpkgs-d5b5d763cd5a123c02d43d1e3eaff3141609c9ea.tar.bz2
nixpkgs-d5b5d763cd5a123c02d43d1e3eaff3141609c9ea.tar.lz
nixpkgs-d5b5d763cd5a123c02d43d1e3eaff3141609c9ea.tar.xz
nixpkgs-d5b5d763cd5a123c02d43d1e3eaff3141609c9ea.tar.zst
nixpkgs-d5b5d763cd5a123c02d43d1e3eaff3141609c9ea.zip
Fix evaluation
Diffstat (limited to 'nixos/modules/testing')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index 2560c1b2dae..54a376c9560 100644
--- a/nixos/modules/testing/test-instrumentation.nix
+++ b/nixos/modules/testing/test-instrumentation.nix
@@ -98,7 +98,7 @@ let kernel = config.boot.kernelPackages.kernel; in
     networking.usePredictableInterfaceNames = false;
 
     # Make it easy to log in as root when running the test interactively.
-    security.initialRootPassword = "";
+    security.initialRootPassword = mkDefault "";
 
   };