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

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


nameserver 1.1.1.1
nameserver 2606:4700:4700::1111

EOF


# Set the default gateway



