summary refs log tree commit diff
path: root/nixos/modules/testing
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-12-06 17:44:52 +0800
committerPeter Hoeg <peter@hoeg.com>2017-12-06 17:45:40 +0800
commit40af7718f8d4138577782f7ab917240689d662c9 (patch)
tree97b85d52c58fbf04a88b5b62ea20c2d70f5265bc /nixos/modules/testing
parent3674d7aa41f457f86a3726af6e83fa81b75e4b43 (diff)
downloadnixpkgs-40af7718f8d4138577782f7ab917240689d662c9.tar
nixpkgs-40af7718f8d4138577782f7ab917240689d662c9.tar.gz
nixpkgs-40af7718f8d4138577782f7ab917240689d662c9.tar.bz2
nixpkgs-40af7718f8d4138577782f7ab917240689d662c9.tar.lz
nixpkgs-40af7718f8d4138577782f7ab917240689d662c9.tar.xz
nixpkgs-40af7718f8d4138577782f7ab917240689d662c9.tar.zst
nixpkgs-40af7718f8d4138577782f7ab917240689d662c9.zip
tests: logToJournal has been renamed
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 1d6c4140610..9b4136223c0 100644
--- a/nixos/modules/testing/test-instrumentation.nix
+++ b/nixos/modules/testing/test-instrumentation.nix
@@ -128,7 +128,7 @@ in
     # Make it easy to log in as root when running the test interactively.
     users.extraUsers.root.initialHashedPassword = mkOverride 150 "";
 
-    services.xserver.displayManager.logToJournal = true;
+    services.xserver.displayManager.job.logToJournal = true;
   };
 
 }