nixos/test-instrumentation: softcode DISPLAY

This commit is contained in:
lassulus
2017-11-02 17:06:31 +01:00
parent a41342ba58
commit 4531ec5955
2 changed files with 9 additions and 5 deletions

View File

@@ -5,9 +5,10 @@
with lib;
let kernel = config.boot.kernelPackages.kernel; in
{
let
display = (d: if d == null then 0 else d) config.services.xserver.display;
kernel = config.boot.kernelPackages.kernel;
in {
# This option is a dummy that if used in conjunction with
# modules/virtualisation/qemu-vm.nix gets merged with the same option defined
@@ -28,7 +29,7 @@ let kernel = config.boot.kernelPackages.kernel; in
''
export USER=root
export HOME=/root
export DISPLAY=:0.0
export DISPLAY=:${toString display}
source /etc/profile