#!/nix/store/f15k3dpilmiyv6zgpib289rnjykgr1r4-bash-5.3p9/bin/bash
set -e

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



