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

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



