From d29d6ba68283c00633a619e023e40b6594a3a010 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Oct 2025 21:31:33 +0200 Subject: [PATCH] disable sddm display manager stuff, maybe that's breaking shodan? --- nixos/hosts/shodan/configuration.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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;