mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-14 08:27:29 +02:00
tailscale asmodeus
This commit is contained in:
parent
c342696bc5
commit
31396c3e05
1 changed files with 4 additions and 4 deletions
|
@ -48,11 +48,11 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
services.tailscale.extraSetFlags = ["--advertise-exit-node" "--webclient=true"];
|
||||
services.tailscale.extraSetFlags = ["--webclient=true"];
|
||||
|
||||
services.xrdp.enable = true;
|
||||
services.xrdp.defaultWindowManager = "startplasma-wayland";
|
||||
services.xrdp.openFirewall = true;
|
||||
# services.xrdp.enable = true;
|
||||
# services.xrdp.defaultWindowManager = "startplasma-wayland";
|
||||
# services.xrdp.openFirewall = true;
|
||||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue