Initial commit

This commit is contained in:
g-vidal
2025-10-26 18:06:53 +01:00
commit 05d538e677
85 changed files with 6639 additions and 0 deletions

12
files/network/eth.network Normal file
View File

@@ -0,0 +1,12 @@
[Match]
Name=eth0
[Network]
DHCP=no
Address=
Gateway=
DNS=
DNS=
Domains=
NTP=
NTP=

View File

@@ -0,0 +1,14 @@
[Match]
Name=eth0
[Network]
RouteMetric=10
IPv6PrivacyExtensions=true
DHCP=no
Address=
Gateway=
DNS=
DNS=
Domains=
NTP=
NTP=

2
files/network/host.conf Normal file
View File

@@ -0,0 +1,2 @@
# spoof warn
multi on

1
files/network/hostname Normal file
View File

@@ -0,0 +1 @@
RaspberryPI

6
files/network/hosts Normal file
View File

@@ -0,0 +1,6 @@
127.0.0.1 localhost
127.0.1.1 RaspberryPI
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

2
files/network/interfaces Normal file
View File

@@ -0,0 +1,2 @@
# Debian switched to systemd-networkd configuration files.
# please configure your networks in '/etc/systemd/network/'

View File

@@ -0,0 +1,12 @@
[Match]
Name=wlan0
[Network]
DHCP=no
Address=
Gateway=
DNS=
DNS=
Domains=
NTP=
NTP=

View File

@@ -0,0 +1,14 @@
[Match]
Name=wlan0
[Network]
RouteMetric=20
IPv6PrivacyExtensions=true
DHCP=no
Address=
Gateway=
DNS=
DNS=
Domains=
NTP=
NTP=