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:
parent
f4d08565ea
commit
86a6b5436a
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue