nixos/profiles/minimal: remove programs.ssh.setXAuthLocation
Fix https://github.com/NixOS/nixpkgs/pull/341734#issuecomment-2416239664
This commit is contained in:
parent
de50b3916d
commit
9ea79affa9
@ -29,8 +29,6 @@ with lib;
|
|||||||
|
|
||||||
programs.command-not-found.enable = mkDefault false;
|
programs.command-not-found.enable = mkDefault false;
|
||||||
|
|
||||||
programs.ssh.setXAuthLocation = mkDefault false;
|
|
||||||
|
|
||||||
services.logrotate.enable = mkDefault false;
|
services.logrotate.enable = mkDefault false;
|
||||||
|
|
||||||
services.udisks2.enable = mkDefault false;
|
services.udisks2.enable = mkDefault false;
|
||||||
|
Loading…
Reference in New Issue
Block a user