baremetal: add kernel modules for bonding

This commit is contained in:
Sandro - 2024-01-07 05:35:06 +01:00
parent fe4ba991a5
commit 393b1bbfb8
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,9 @@
boot = {
initrd = {
# make sure to set availableKernelModules otherwise it won't work!
# make sure to set availableKernelModules to the kernel module used by the connected interface(s) otherwise things will not work!
# the module can be found in a booted system by running `dmesg | rg "Link"` and looking at the first word after the date
availableKernelModules = [ "bridge" "bonding" "8021q" ];
network = {
enable = true;
ssh = {