Merge pull request #265730 from nbraud/nixos/sudo-rs/x2goserver

nixos/x2goserver: Support sudo-rs
This commit is contained in:
Maciej Krüger
2023-11-28 01:37:05 +01:00
committed by GitHub
@@ -160,5 +160,8 @@ in {
security.sudo.extraConfig = ''
Defaults env_keep+=QT_GRAPHICSSYSTEM
'';
security.sudo-rs.extraConfig = ''
Defaults env_keep+=QT_GRAPHICSSYSTEM
'';
};
}