nixos/river: Initial NVMe-oF booting river :)
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m32s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m32s
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
};
|
||||
};
|
||||
links = {
|
||||
"10-wan-phy" = {
|
||||
"10-wan" = {
|
||||
matchConfig = {
|
||||
# Matching against MAC address seems to break VLAN interfaces
|
||||
# (since they share the same MAC address)
|
||||
@@ -65,7 +65,7 @@
|
||||
PermanentMACAddress = "00:f0:cb:ee:ca:dd";
|
||||
};
|
||||
linkConfig = {
|
||||
Name = "wan-phy";
|
||||
Name = "wan";
|
||||
RxBufferSize = 4096;
|
||||
TxBufferSize = 4096;
|
||||
};
|
||||
|
Reference in New Issue
Block a user