summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/myconf/cfgl_meta2
-rw-r--r--etc/systemd/network/10-cloud-init-eth0.network15
2 files changed, 17 insertions, 0 deletions
diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta
index 5a131b7d..5ac9480a 100644
--- a/etc/myconf/cfgl_meta
+++ b/etc/myconf/cfgl_meta
@@ -22,6 +22,8 @@
755 root root //etc/sysctl.d
644 root root //etc/sysctl.d/99-sysctl.conf
755 root root //etc/systemd
+755 root root //etc/systemd/network
+644 systemd-network systemd-network //etc/systemd/network/10-cloud-init-eth0.network
755 root root //etc/systemd/system
755 root root //etc/systemd/system/multi-user.target.wants
777 root root //etc/systemd/system/multi-user.target.wants/qbittorrent-nox@xyz.service
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network
new file mode 100644
index 00000000..5c04b591
--- /dev/null
+++ b/etc/systemd/network/10-cloud-init-eth0.network
@@ -0,0 +1,15 @@
+[Address]
+Address=82.153.138.108/24
+
+[Match]
+MACAddress=f6:f5:d6:c3:5e:4f
+Name=eth0
+
+[Network]
+DHCP=no
+DNS=9.9.9.9 1.1.1.1
+Domains=kyun.host
+
+[Route]
+Gateway=82.153.138.1
+