add script for two

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-04-27 19:44:07 +02:00
commit 5c22ee82db
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
5 changed files with 68 additions and 1 deletions

14
seed/network-config Normal file
View file

@ -0,0 +1,14 @@
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: false
addresses:
- 240.0.1.3/4
routes:
- to: 0.0.0.0/0
via: 240.0.0.1
nameservers:
addresses:
- 8.8.8.8
- 1.1.1.1