summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/airootfs/etc/systemd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-07-15 11:23:14 -0400
committerDavid P <megver83@parabola.nu>2020-07-15 11:23:14 -0400
commit8c48ab20168b51fa3893ad64bccd06411f205bb5 (patch)
tree0ffbef54dd818c3e4aefc11127850e11761b1de2 /configs/talkingparabola/airootfs/etc/systemd
parentf2d5583a9428f576a09023032a3e3bae95690b9a (diff)
[talkingparabola] sync with talkingarch
talking-arch isn't completely synced with Arch's releng, however I prefer to wait for them to do it, as they may introduce different stuff, or who knows :P Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/talkingparabola/airootfs/etc/systemd')
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/network/ethernet.network11
-rw-r--r--configs/talkingparabola/airootfs/etc/systemd/network/wireless.network11
2 files changed, 22 insertions, 0 deletions
diff --git a/configs/talkingparabola/airootfs/etc/systemd/network/ethernet.network b/configs/talkingparabola/airootfs/etc/systemd/network/ethernet.network
new file mode 100644
index 0000000..5e9f0b7
--- /dev/null
+++ b/configs/talkingparabola/airootfs/etc/systemd/network/ethernet.network
@@ -0,0 +1,11 @@
+[Match]
+Name=en*
+Name=eth*
+
+[Network]
+DHCP=ipv4
+IPv6PrivacyExtensions=yes
+IPv6AcceptRA=false
+
+[DHCP]
+RouteMetric=512
diff --git a/configs/talkingparabola/airootfs/etc/systemd/network/wireless.network b/configs/talkingparabola/airootfs/etc/systemd/network/wireless.network
new file mode 100644
index 0000000..5a6da15
--- /dev/null
+++ b/configs/talkingparabola/airootfs/etc/systemd/network/wireless.network
@@ -0,0 +1,11 @@
+[Match]
+Name=wlp*
+Name=wlan*
+
+[Network]
+DHCP=ipv4
+IPv6PrivacyExtensions=yes
+IPv6AcceptRA=false
+
+[DHCP]
+RouteMetric=1024