mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(c4130): networkd config
This commit is contained in:
parent
24e1e217df
commit
95953eee32
3 changed files with 6 additions and 6 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
networking.useNetworkd = true;
|
||||
systemd.network = {
|
||||
networks.eno1 = {
|
||||
networks."10-eno1" = {
|
||||
inherit (config.systemd.network.links."10-eno1") matchConfig;
|
||||
address = ["10.1.1.61/24"];
|
||||
gateway = ["10.1.1.1"];
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
networking.useNetworkd = true;
|
||||
systemd.network = {
|
||||
networks.eno1 = {
|
||||
networks."10-eno1" = {
|
||||
inherit (config.systemd.network.links."10-eno1") matchConfig;
|
||||
address = ["10.1.1.60/24"];
|
||||
gateway = ["10.1.1.1"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue