try and disable the sddm settings for shodan to see if that fixes things
This commit is contained in:
parent
40d928eb87
commit
9ac4e132dc
2 changed files with 10 additions and 7 deletions
|
|
@ -74,13 +74,13 @@
|
|||
desktopManager.plasma6.enable = true;
|
||||
displayManager = {
|
||||
# defaultSession = "plasma";
|
||||
sddm.wayland.enable = lib.mkForce true;
|
||||
sddm.settings = {
|
||||
Autologin = {
|
||||
Session = "plasma.desktop";
|
||||
User = "lillian";
|
||||
};
|
||||
};
|
||||
# sddm.wayland.enable = lib.mkForce true;
|
||||
# sddm.settings = {
|
||||
# Autologin = {
|
||||
# Session = "plasma.desktop";
|
||||
# User = "lillian";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
zramSwap.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue