forked from mirrors/nixpkgs
X server: Enable local access control
For the last ten years we have been passing -ac to the X server, which is very bad idea. Fixes #14623.
This commit is contained in:
parent
71e7f0cad4
commit
1541fa351b
|
@ -513,8 +513,7 @@ in
|
|||
};
|
||||
|
||||
services.xserver.displayManager.xserverArgs =
|
||||
[ "-ac"
|
||||
"-terminate"
|
||||
[ "-terminate"
|
||||
"-config ${configFile}"
|
||||
"-xkbdir" "${cfg.xkbDir}"
|
||||
] ++ optional (cfg.display != null) ":${toString cfg.display}"
|
||||
|
|
Loading…
Reference in a new issue