From 2a1e6fa4b91d93542f07bd66af871af3047f6030 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 7 Jun 2024 10:02:11 +0800 Subject: [PATCH] apps/run-workflow-with-vm: update display manager setup --- apps/run-workflow-with-vm/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/run-workflow-with-vm/configuration.nix b/apps/run-workflow-with-vm/configuration.nix index 8f856aa5..d8c0c1bf 100644 --- a/apps/run-workflow-with-vm/configuration.nix +++ b/apps/run-workflow-with-vm/configuration.nix @@ -26,6 +26,7 @@ import { + @@ -47,6 +48,7 @@ import { config = { # Enable the display manager of choice. + services.displayManager.enable = true; services.xserver.displayManager.gdm.enable = true; # Configure home-manager-related stuff.