mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(c4130): set ether name policy
This commit is contained in:
parent
95953eee32
commit
9c033912ef
1 changed files with 12 additions and 0 deletions
|
|
@ -70,6 +70,18 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
links = {
|
||||
"10-eno1" = {
|
||||
linkConfig = {
|
||||
NamePolicy = "onboard";
|
||||
};
|
||||
};
|
||||
"10-eno2" = {
|
||||
linkConfig = {
|
||||
NamePolicy = "onboard";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue