migrating to networkd #2

Merged
tanneberger merged 8 commits from networkd into master 2024-01-05 22:15:19 +01:00
tanneberger commented 2023-07-08 23:21:19 +02:00 (Migrated from github.com)

Why this change

  • Scripted networking sucks
  • Machines run with systemd anyway, so I would go the full way
  • networkd is very declarative and verbose
  • will scale better with more private networks
## Why this change - Scripted networking sucks - Machines run with systemd anyway, so I would go the full way - networkd is very declarative and verbose - will scale better with more private networks
waehlisch (Migrated from github.com) reviewed 2023-07-08 23:21:19 +02:00
neonwhiskers (Migrated from github.com) reviewed 2023-07-08 23:21:19 +02:00
liske (Migrated from github.com) requested changes 2023-07-09 20:43:50 +02:00
@ -32,0 +37,4 @@
Mode = "802.3ad"; # LACP
MIIMonitorSec = "250ms";
LACPTransmitRate = "fast";
};
liske (Migrated from github.com) commented 2023-07-09 20:40:13 +02:00

Those resolvers are used in parallel, which may not be your intention. The IBH ns should be moved to resolved's DNS option and quad9 kept as FallbackDNS.

Those resolvers are used in parallel, which may not be your intention. The IBH ns should be moved to resolved's [DNS](https://www.freedesktop.org/software/systemd/man/resolved.conf.html#DNS=) option and quad9 kept as [FallbackDNS](https://www.freedesktop.org/software/systemd/man/resolved.conf.html#FallbackDNS=).
tanneberger commented 2023-07-12 02:44:53 +02:00 (Migrated from github.com)

I/We would merge & deploy this next time we are in the data center.

I/We would merge & deploy this next time we are in the data center.
liske (Migrated from github.com) approved these changes 2023-07-15 23:20:37 +02:00
liske (Migrated from github.com) left a comment

Approving, although I have no glue about nix nor networkd 🤷

Approving, although I have no glue about nix nor networkd :shrug:
Sign in to join this conversation.
No description provided.