mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
switch nic
This commit is contained in:
parent
ab09b54ee9
commit
c8d05d5145
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "server";
|
hostName = "server";
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
interfaces.eno1 = {
|
interfaces.enp2s0f0 = {
|
||||||
ipv4.addresses = [{
|
ipv4.addresses = [{
|
||||||
address = "192.168.0.154";
|
address = "192.168.0.154";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue