mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
network: disable lldpd
This commit is contained in:
parent
51001f585b
commit
c4e59829c4
7 changed files with 27 additions and 32 deletions
|
@ -44,6 +44,10 @@
|
|||
};
|
||||
networks."10-wired" = {
|
||||
matchConfig.Name = "ens3";
|
||||
dns = [
|
||||
"2a01:4ff:ff00::add:1"
|
||||
"2a01:4ff:ff00::add:2"
|
||||
];
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
IPv6AcceptRA = "yes";
|
||||
|
@ -77,17 +81,11 @@
|
|||
networks."30-dorm" = {
|
||||
matchConfig.Name = "wg0";
|
||||
networkConfig = {
|
||||
Address = "192.168.43.4/32";
|
||||
DNS = "192.168.42.1";
|
||||
DNSSEC = true;
|
||||
BindCarrier = [ "ens3" ];
|
||||
};
|
||||
addresses = [
|
||||
{
|
||||
addressConfig = {
|
||||
Address = "192.168.43.4/32";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue