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

/nix/store/jvl7v9sc4hzl2wjf9jf7ax4zmx5z7rad-openresolv-3.16.5/bin/resolvconf -u
chgrp resolvconf /etc/resolv.conf
chmod g=u /etc/resolv.conf
/nix/store/03xyz7ls27b2nlnp8bpn7l5c0nbvzj3k-acl-2.3.2-bin/bin/setfacl -R \
  -m group:resolvconf:rwx \
  -m default:group:resolvconf:rwx \
  /run/resolvconf


