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

# Set the static DNS configuration, if given.
/nix/store/jvl7v9sc4hzl2wjf9jf7ax4zmx5z7rad-openresolv-3.16.5/sbin/resolvconf -m 1 -a static <<EOF


nameserver 1.1.1.1
nameserver 2606:4700:4700::1111

EOF


# Set the default gateway



