#!/nix/store/ciarnmsx8lvsrmdbjddpmx0pqjrm8imb-bash-5.3p3/bin/bash
set -e

/nix/store/6m3806pbfwnvlcjwvr1gdn2nlyz1y1hf-openresolv-3.17.0/bin/resolvconf -u
chgrp resolvconf /etc/resolv.conf
chmod g=u /etc/resolv.conf
/nix/store/q2dp02nh3fb1dbpsra1xiqq8a8fm8l67-acl-2.3.2-bin/bin/setfacl -R \
  -m group:resolvconf:rwx \
  -m default:group:resolvconf:rwx \
  /run/resolvconf


