porcorosso: try to make sddm use wayland (unsuccessfully), and hide the deployer user
This commit is contained in:
parent
c46298132e
commit
b8f338d6fa
1 changed files with 7 additions and 1 deletions
|
@ -184,7 +184,13 @@ in {
|
||||||
boot.initrd.kernelModules = lib.mkForce [ "zfs" "spl" "dm_mod" ];
|
boot.initrd.kernelModules = lib.mkForce [ "zfs" "spl" "dm_mod" ];
|
||||||
};
|
};
|
||||||
services.xserver.displayManager = {
|
services.xserver.displayManager = {
|
||||||
sddm.enable = true;
|
sddm = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
General.DisplayServer = "wayland";
|
||||||
|
Users.HideUsers = "deployer";
|
||||||
|
};
|
||||||
|
};
|
||||||
defaultSession = "plasmawayland";
|
defaultSession = "plasmawayland";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue