Rework systemd-networkd role.

This commit is contained in:
Andreas B. Mundt 2022-04-02 10:14:11 +02:00 committed by Andreas B. Mundt
parent f9e8560f7b
commit 37c767ff0c
6 changed files with 40 additions and 44 deletions

View file

@ -0,0 +1,7 @@
[Match]
Name={{ if_lan }}
[Network]
Address={{ ipaddr }}
Gateway={{ gateway }}
DNS={{ DNS }}