diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 1ed3a7a..57da165 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -1,6 +1,5 @@ { self, - lib, modulesPath, ... }: { @@ -33,11 +32,9 @@ services = { getty.autologinUser = "nixos"; + xserver.autorun = false; }; - # do not autostart lightdm, leave at tty - systemd.services.display-manager.wantedBy = lib.mkForce []; - security.pam.services.lightdm.text = '' auth sufficient pam_succeed_if.so user ingroup wheel '';