From 208ebdddd1e11d156681986b76dd13894abf8ef0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 31 Mar 2024 20:15:13 +0200 Subject: [PATCH] Remove a comment from queen, enable x11 on shodan for steam input workaround... --- nixos/hosts/queen/configuration.nix | 2 -- nixos/hosts/shodan/configuration.nix | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index e8fbf46..ee40678 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -116,8 +116,6 @@ } ]; - # Contabo ipv6 nameservers: "2a02:c207::1:53" "2a02:c207::2:53" - # Open ports in the firewall. networking.firewall = { enable = true; diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 341f55a..a11f1df 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -134,9 +134,10 @@ services.desktopManager.plasma6.enable = true; programs.kdeconnect.enable = true; + services.xserver.displayManager.defaultSession = "plasmax11"; services.xserver.displayManager.sddm.settings = { Autologin = { - Session = "plasma.desktop"; + Session = "plasmax11.desktop"; User = "lillian"; }; };