Commit 6f28ce98 authored by nicoo's avatar nicoo
Browse files

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

parent a8e6f0a8
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
    '';
  };
}