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