diff options
Diffstat (limited to 'roles/raspbian-template/files')
-rw-r--r-- | roles/raspbian-template/files/eth0.network | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/raspbian-template/files/eth0.network b/roles/raspbian-template/files/eth0.network new file mode 100644 index 0000000..3e351ea --- /dev/null +++ b/roles/raspbian-template/files/eth0.network @@ -0,0 +1,6 @@ +[Match] +Name=eth0 + +[Network] +DHCP=yes +IPv6AcceptRA=yes |