1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-04 05:37:30 +02:00

enable rdp on asmodeus

This commit is contained in:
xqtc 2025-01-17 21:30:08 +01:00
parent f4d08565ea
commit 86a6b5436a
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -50,6 +50,10 @@
services.tailscale.extraSetFlags = ["--advertise-exit-node" "--webclient=true"];
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-wayland";
services.xrdp.openFirewall = true;
boot.binfmt.emulatedSystems = ["aarch64-linux"];
hardware.graphics = {