Skip to content

Commit

Permalink
nixos: remove rsync from environment.defaultPackages
Browse files Browse the repository at this point in the history
Rsync is a security liability.
  • Loading branch information
ehmry committed Jan 16, 2025
1 parent 3bb59d1 commit 0595054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2505.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@

- `python3Packages.opentracing` has been removed due to being unmaintained upstream. [OpenTelemetry](https://opentelemetry.io/) is the recommended replacement.

- `rsync` has been removed from environment.defaultPackages.

- Default file names of images generated by several builders in `system.build` have been changed as outlined in the table below.

Names are now known at evaluation time and customizable via the new options `image.baseName`, `image.extension`, `image.fileName` and `image.filePath` with the latter returning a path relative to the derivations out path (e.g. `iso/${image.fileName` for iso images).
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/config/system-path.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ let

defaultPackageNames = [
"perl"
"rsync"
"strace"
];
defaultPackages = map (
Expand Down

0 comments on commit 0595054

Please sign in to comment.