[NixOS] Disable remote desktop to avoid conflicts
This commit is contained in:
parent
5b4698cde1
commit
9502408ac8
@ -95,9 +95,9 @@
|
|||||||
# High-DPI console
|
# High-DPI console
|
||||||
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
|
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
|
||||||
|
|
||||||
services.xrdp.enable = true;
|
# services.xrdp.enable = true;
|
||||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
# services.xrdp.defaultWindowManager = "startplasma-x11";
|
||||||
services.xrdp.openFirewall = true;
|
# services.xrdp.openFirewall = true;
|
||||||
|
|
||||||
system.stateVersion = "20.03";
|
system.stateVersion = "20.03";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user