summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-08-24 01:31:58 +0200
committerajs124 <git@ajs124.de>2023-08-28 15:17:37 +0200
commitdbb69f82c6d3ef080f42f478fc366445539df757 (patch)
tree7f981332e674d9049a6e506ab77bd014629f3aee /nixos/doc/manual/release-notes
parent4732cbf3f88f451760345e9cdb54babbb543e22e (diff)
downloadnixpkgs-dbb69f82c6d3ef080f42f478fc366445539df757.tar
nixpkgs-dbb69f82c6d3ef080f42f478fc366445539df757.tar.gz
nixpkgs-dbb69f82c6d3ef080f42f478fc366445539df757.tar.bz2
nixpkgs-dbb69f82c6d3ef080f42f478fc366445539df757.tar.lz
nixpkgs-dbb69f82c6d3ef080f42f478fc366445539df757.tar.xz
nixpkgs-dbb69f82c6d3ef080f42f478fc366445539df757.tar.zst
nixpkgs-dbb69f82c6d3ef080f42f478fc366445539df757.zip
nixos/restic: add wrapper scripts that set parameters for backup
and use in test
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 24c044ece7e..923c1146440 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -201,6 +201,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `services.nginx` gained a `defaultListen` option at server-level with support for PROXY protocol listeners, also `proxyProtocol` is now exposed in `services.nginx.virtualHosts.<name>.listen` option. It is now possible to run PROXY listeners and non-PROXY listeners at a server-level, see [#213510](https://github.com/NixOS/nixpkgs/pull/213510/) for more details.
 
+- `services.restic.backups` now adds wrapper scripts to your system path, which set the same environment variables as the service, so restic operations can easly be run from the command line. This behavior can be disabled by setting `createWrapper` to `false`, per backup configuration.
+
 - `services.prometheus.exporters` has a new exporter to monitor electrical power consumption based on PowercapRAPL sensor called [Scaphandre](https://github.com/hubblo-org/scaphandre), see [#239803](https://github.com/NixOS/nixpkgs/pull/239803) for more details.
 
 - The module `services.calibre-server` has new options to configure the `host`, `port`, `auth.enable`, `auth.mode` and `auth.userDb` path, see [#216497](https://github.com/NixOS/nixpkgs/pull/216497/) for more details.