Remove a comment from queen, enable x11 on shodan for steam input workaround...

This commit is contained in:
Lillian Violet 2024-03-31 20:15:13 +02:00
parent 540cdc9b91
commit 208ebdddd1
2 changed files with 2 additions and 3 deletions

View file

@ -116,8 +116,6 @@
}
];
# Contabo ipv6 nameservers: "2a02:c207::1:53" "2a02:c207::2:53"
# Open ports in the firewall.
networking.firewall = {
enable = true;

View file

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