From 68980819f37392ee3674a7d007651ad7501691c6 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 6 Feb 2024 20:21:41 +0100 Subject: [PATCH] try this autologin on shodan for sddm --- nixos/hosts/shodan/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 82d82c1..34382fb 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -152,6 +152,13 @@ services.xserver.desktopManager.plasma5.enable = true; programs.kdeconnect.enable = true; + services.xserver.displayManager.sddm.settings = { + Autologin = { + Session = "plasma.desktop"; + User = "lillian"; + }; + }; + # Enable flatpak support services.flatpak.enable = true; services.packagekit.enable = true;