2024-07-30 01:17:05 +02:00
|
|
|
{ ... }:
|
2024-05-26 14:39:28 +02:00
|
|
|
|
|
|
|
{
|
2024-07-30 01:17:05 +02:00
|
|
|
networking = {
|
|
|
|
interfaces.net0 = {
|
|
|
|
ipv4.addresses = [
|
|
|
|
{
|
|
|
|
address = "172.31.17.158";
|
|
|
|
prefixLength = 25;
|
|
|
|
}
|
|
|
|
];
|
|
|
|
};
|
|
|
|
defaultGateway = "172.31.17.129";
|
|
|
|
nameservers = [ "212.12.50.158" "192.76.134.90" ];
|
|
|
|
search = [ "hamburg.ccc.de" ];
|
2024-05-26 14:39:28 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
systemd.network.links."10-net0" = {
|
|
|
|
matchConfig.MACAddress = "BC:24:11:6A:33:5F";
|
|
|
|
linkConfig.Name = "net0";
|
|
|
|
};
|
|
|
|
}
|