Skip to content

Commit

Permalink
Merge pull request #276135 from nbdd0121/netdev
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Jul 4, 2024
2 parents ae4d4b1 + 39ae2ba commit a1ecdd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/system/boot/networkd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ let
"VNetHeader"
"User"
"Group"
"KeepCarrier"
])
(assertValueOneOf "MultiQueue" boolValues)
(assertValueOneOf "PacketInfo" boolValues)
(assertValueOneOf "VNetHeader" boolValues)
(assertValueOneOf "KeepCarrier" boolValues)
];

# See https://www.freedesktop.org/software/systemd/man/latest/systemd.netdev.html#%5BIPVTAP%5D%20Section%20Options
Expand Down

0 comments on commit a1ecdd6

Please sign in to comment.