0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/wireguard-networkd: use systemd credentials for privateKeyFile and presharedKeyFile

This commit is contained in:
Majiir Paktu 2024-12-10 17:36:46 -05:00
parent cf793a6ae0
commit 6bc8dcc630
3 changed files with 22 additions and 14 deletions

View file

@ -121,7 +121,7 @@
- Cinnamon has been updated to 6.4.
- `networking.wireguard` now has an optional networkd backend, enabled with `networking.wireguard.useNetworkd`. Some `networking.wireguard` options have slightly different behavior with the networkd and script-based backends, documented in each option. Before upgrading, make sure the `privateKeyFile` and `presharedKeyFile` paths are readable by the `systemd-network` user if using the networkd backend.
- `networking.wireguard` now has an optional networkd backend, enabled with `networking.wireguard.useNetworkd`. Some `networking.wireguard` options have slightly different behavior with the networkd and script-based backends, documented in each option.
- `services.avahi.ipv6` now defaults to true.