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"; }; };