Commit Graph

6 Commits

Author SHA1 Message Date
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Jeremy Fleischman
7ee5699496
nixos/openvpn3: Add support for systemd-resolved
I noticed that openvpn3 is been clobbering my `/etc/resolv.conf` file. I
dug around a bit, and it turns out that upstream actually does have
support for systemd-resolved. I think it makes sense for us to
automatically enable that feature if the system is configured to use
systemd-resolved.

I opted to not change the default behavior of `pkgs.openvpn3`, but can
easily be convinced to change that if folks think I should.
2023-10-13 00:32:15 -07:00
name_snrl
f1dffc4fd4 openvpn3: 19_beta -> 20 2023-04-12 15:38:43 +06:00
Robert Schütz
375f5b6f80 openvpn3: 18_beta -> 19_beta
Diff: https://github.com/OpenVPN/openvpn3-linux/compare/v18_beta...v19_beta

Changelog: https://github.com/OpenVPN/openvpn3-linux/releases/tag/v19_beta
2023-02-27 20:54:32 -08:00
KFears
6e81e1b473 openvpn3: 17_beta -> 18_beta 2022-08-21 21:47:41 +04:00
KFears
445f0e645e openvpn3: init at 17_beta
Co-authored-by: SCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>
Co-authored-by: Miroslav Kravec <kravec.miroslav@gmail.com>
Co-authored-by: 06kellyjac <dev@j-k.io>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2022-06-12 01:19:51 +05:00