Skip to content

Commit a3f6ebf

Browse files
authored
add kobudai interfaces to bond (#368)
1 parent 513efba commit a3f6ebf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

hosts/server/kobudai.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
ocf.network = {
33
enable = true;
4-
bond.enable = true;
4+
bond = {
5+
enable = true;
6+
interfaces = [
7+
"eno1"
8+
"eno2"
9+
];
10+
};
511
lastOctet = 6;
612
};
713

0 commit comments

Comments
 (0)