Commit 43a1599d authored by nicoo's avatar nicoo Committed by github-actions[bot]
Browse files

nixos/x2goserver: Work with both Miller's sudo and sudo-rs

(cherry picked from commit 6f28ce98)
parent 4dbd9bb7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -160,5 +160,8 @@ in {
    security.sudo.extraConfig = ''
      Defaults  env_keep+=QT_GRAPHICSSYSTEM
    '';
    security.sudo-rs.extraConfig = ''
      Defaults  env_keep+=QT_GRAPHICSSYSTEM
    '';
  };
}