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

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


