From 1db78d8d6cefa37e66502cd29dfe55130a5cc3eb Mon Sep 17 00:00:00 2001
From: fodorpatrik2000 <fodorpatrik2000@sch.bme.hu>
Date: Sat, 20 Mar 2021 00:41:02 +0100
Subject: [PATCH] Solve more todos

---
 "m\303\241sodik vide\303\263.md" | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git "a/m\303\241sodik vide\303\263.md" "b/m\303\241sodik vide\303\263.md"
index 94e1f07..53a9e3d 100644
--- "a/m\303\241sodik vide\303\263.md"	
+++ "b/m\303\241sodik vide\303\263.md"	
@@ -598,7 +598,20 @@ network settings
 systemd-networkd is a system daemon that manages network configurations. It detects and configures network devices as they appear; it can also create virtual network devices.
 Ubuntu szerveren is használjuk ezt.
 
-// TODO: egy .network file minta
+```
+Wired adapter using a static IP
+
+/etc/systemd/network/20-wired.network
+
+[Match]
+Name=enp1s0
+
+[Network]
+Address=10.1.10.9/24
+Gateway=10.1.10.1
+DNS=10.1.10.1
+```
+
 // TODO: networkctl-lel új konfig betöltése és alkalmazása
 
 ## Távoli hozzáférés (SSH)
-- 
GitLab