diff --git a/nixos-configuration/steveej-laptop/system.nix b/nixos-configuration/steveej-laptop/system.nix index 5f0e342..3cb446b 100644 --- a/nixos-configuration/steveej-laptop/system.nix +++ b/nixos-configuration/steveej-laptop/system.nix @@ -59,7 +59,7 @@ rec { networking.networkmanager = { enable = true; - useDnsmasq = true; + dns = "dnsmasq"; unmanaged = [ "interface-name:veth*" "interface-name:virbr*" @@ -218,6 +218,8 @@ rec { }; displayManager = { + gdm.enable = false; + lightdm = { enable = true; autoLogin = {