nixos/profiles/minimal: remove programs.ssh.setXAuthLocation (#352311)

This commit is contained in:
Emily 2024-11-05 07:38:10 +00:00 committed by GitHub
commit bb682af030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,6 @@ with lib;
programs.command-not-found.enable = mkDefault false;
programs.ssh.setXAuthLocation = mkDefault false;
services.logrotate.enable = mkDefault false;
services.udisks2.enable = mkDefault false;