Jump to content

Systemd/networkd: Difference between revisions

m
imported>Mweinelt
(→‎DHCP: Add router advertisements info)
imported>Mweinelt
Line 92: Line 92:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   systemd.network.networks."10-dhcp-wan" = {
   systemd.network.networks."10-wan" = {
     matchConfig.Name = "enp1s0";
     matchConfig.Name = "enp1s0";
     networkConfig = {
     networkConfig = {
Anonymous user