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

# Set the static DNS configuration, if given.
/nix/store/6m3806pbfwnvlcjwvr1gdn2nlyz1y1hf-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



