try and disable the sddm settings for shodan to see if that fixes things

This commit is contained in:
Lillian Violet 2026-03-14 17:23:52 +01:00
parent 40d928eb87
commit 9ac4e132dc
2 changed files with 10 additions and 7 deletions

View file

@ -316,6 +316,9 @@
whitelist = "org.mozilla.firefox\nfirefox\nlibrewolf\nkonsole\nvesktop\nsignal-dekstop\nthunderbird"; whitelist = "org.mozilla.firefox\nfirefox\nlibrewolf\nkonsole\nvesktop\nsignal-dekstop\nthunderbird";
}; };
}; };
plasmanotifyrc = {
DoNotDisturb.WhenFullscreen = false;
};
}; };
}; };
} }

View file

@ -74,13 +74,13 @@
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;
displayManager = { displayManager = {
# defaultSession = "plasma"; # defaultSession = "plasma";
sddm.wayland.enable = lib.mkForce true; # sddm.wayland.enable = lib.mkForce true;
sddm.settings = { # sddm.settings = {
Autologin = { # Autologin = {
Session = "plasma.desktop"; # Session = "plasma.desktop";
User = "lillian"; # User = "lillian";
}; # };
}; # };
}; };
}; };
zramSwap.enable = false; zramSwap.enable = false;