60 current 2025-03-21 10:20:38 25.05.20250315.c80f6a7 6.12.19 *

This commit is contained in:
Gustav Bruhn 2025-03-21 10:20:40 +01:00
parent 10a41cd4fc
commit a5a8562571

View File

@ -26,7 +26,15 @@
# Use systemd-networkd for the Ethernet interface
networking.useNetworkd = true;
networking.interfaces.enp195s0f3u1u1.useDHCP = true;
networking.interfaces.enp195s0f3u1u1 = {
useDHCP = false;
ipv4.addresses = [
{
address = "192.168.1.100"; # Choose an IP in the same subnet as the Raspberry Pi
prefixLength = 24;
}
];
};
# Set your time zone.
time.timeZone = "Europe/Stockholm";