diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 6a20aea..13ca960 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -97,16 +97,16 @@ workstation = true; }; }; - displayManager = { - # defaultSession = "plasma"; - sddm.wayland.enable = lib.mkForce true; - sddm.settings = { - Autologin = { - Session = "plasma.desktop"; - User = "lillian"; - }; - }; - }; + # displayManager = { + # # defaultSession = "plasma"; + # sddm.wayland.enable = lib.mkForce true; + # sddm.settings = { + # Autologin = { + # Session = "plasma.desktop"; + # User = "lillian"; + # }; + # }; + # }; # Enable flatpak support flatpak.enable = true;