diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-05-05 15:15:52 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-05-05 15:15:52 -0700 |
| commit | 325b5f02c256c073097ff67c30650a28e12a5afb (patch) | |
| tree | dae39d9ede90a16130a3304107dd854d6dd05bfa /hosts/kaitain | |
| parent | bc64c6fb1cc6cfdf23791c1c2bcdd8f3c130c94e (diff) | |
| download | nix-325b5f02c256c073097ff67c30650a28e12a5afb.tar nix-325b5f02c256c073097ff67c30650a28e12a5afb.tar.gz nix-325b5f02c256c073097ff67c30650a28e12a5afb.tar.bz2 nix-325b5f02c256c073097ff67c30650a28e12a5afb.tar.lz nix-325b5f02c256c073097ff67c30650a28e12a5afb.tar.xz nix-325b5f02c256c073097ff67c30650a28e12a5afb.tar.zst nix-325b5f02c256c073097ff67c30650a28e12a5afb.zip | |
Override XRDP service definition
Diffstat (limited to '')
| -rw-r--r-- | hosts/kaitain/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 1fea908..5b8e27c 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -85,12 +85,7 @@ system.stateVersion = "23.11"; - systemd.services.xrdp.serviceConfig = { - User = "xrdp"; - Group = "xrdp"; - PermissionsStartOnly = true; - ExecStart = "${pkgs.xrdp}/bin/xrdp --nodaemon --config ${confDir}/xrdp.ini"; - }; + systemd.services.xrdp.serviceConfig.ExecStart = "${pkgs.xrdp}/bin/xrdp --nodaemon --config /etc/xrdp/xrdp.ini"; #systemd.user.services = let # vbox-client = desc: flags: { |
