From 62ccc96a7be135f4c059000ed538cd544f2b316e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 7 Dec 2024 22:03:44 +0200 Subject: [PATCH] displayManager: fix warning --- hosts/vm/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 24ad519..9c8cb96 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -50,10 +50,8 @@ services = { getty.autologinUser = "nixos"; autorandr.enable = true; - xserver = { - autorun = false; - displayManager.defaultSession = lib.mkForce "xfce"; - }; + xserver.autorun = false; + displayManager.defaultSession = lib.mkForce "xfce"; }; security.pam.services.lightdm.text = ''