fix: disable display manager on servers with xserver
This commit is contained in:
parent
d6e70f796d
commit
225d7b4660
|
@ -2,4 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./common.nix ];
|
imports = [ ./common.nix ];
|
||||||
|
|
||||||
|
# use xserver without display manager
|
||||||
|
services.xserver.displayManager.startx.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue