diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-05-05 15:43:13 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-05-05 15:43:13 -0700 |
| commit | fc9d703530d7c4bb14336661644e0861b1f1ca27 (patch) | |
| tree | bff21cf2363ef4117387c69b5f87017e117503b8 /hosts | |
| parent | 6ff4910e06c5f306e2ea857affce5a4988291db1 (diff) | |
| download | nix-fc9d703530d7c4bb14336661644e0861b1f1ca27.tar nix-fc9d703530d7c4bb14336661644e0861b1f1ca27.tar.gz nix-fc9d703530d7c4bb14336661644e0861b1f1ca27.tar.bz2 nix-fc9d703530d7c4bb14336661644e0861b1f1ca27.tar.lz nix-fc9d703530d7c4bb14336661644e0861b1f1ca27.tar.xz nix-fc9d703530d7c4bb14336661644e0861b1f1ca27.tar.zst nix-fc9d703530d7c4bb14336661644e0861b1f1ca27.zip | |
Document XRDP behavior
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/kaitain/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 8615b9d..bbc35d4 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -86,7 +86,7 @@ system.stateVersion = "23.11"; - systemd.services.xrdp.serviceConfig.ExecStart = lib.mkForce "${pkgs.xrdp}/bin/xrdp --nodaemon --config /etc/xrdp/xrdp.ini"; + systemd.services.xrdp.serviceConfig.ExecStart = lib.mkForce "${pkgs.xrdp}/bin/xrdp --nodaemon --config /etc/xrdp/xrdp.ini"; # https://github.com/nixos/nixpkgs/issues/304855 required because XRDP ignores port parameter in INI when specified via CLI #systemd.user.services = let # vbox-client = desc: flags: { |
