dotfiles/bin/scripts/vpn-resolvconf-wrapper

3 lines
117 B
Bash
Executable file

#!/bin/sh
GUIX_PROFILE=.guix-extra-profiles/system/system ; . "$GUIX_PROFILE"/etc/profile
update-resolv-conf.sh "$@"