disable sddm display manager stuff, maybe that's breaking shodan?
This commit is contained in:
parent
176b2a1874
commit
d29d6ba682
1 changed files with 10 additions and 10 deletions
|
@ -97,16 +97,16 @@
|
||||||
workstation = true;
|
workstation = 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";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Enable flatpak support
|
# Enable flatpak support
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue