Skip to content

Commit

Permalink
tobati: Upgrade hardware to Lenovo P620
Browse files Browse the repository at this point in the history
  • Loading branch information
aij committed Nov 6, 2023
1 parent d0659ee commit d0252c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts-home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ let
};

#ita.net0 = { iface = "enp0s25"; ip = "10.0.0.7"; };
tobati.net0 = { iface = "enp8s0"; ip = "10.0.0.9"; };
tobati.net0 = { iface = "enp1s0"; ip = "10.0.0.9"; };

sw0 = {
net0 = {
Expand Down
2 changes: 1 addition & 1 deletion machines/tobati/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# replicates the default behaviour.
networking.useDHCP = false;
# Not using eno1 currently but this ensures I have dhcpcd available if needed.
networking.interfaces.eno1.useDHCP = true;
#networking.interfaces.eno1.useDHCP = true;

#networking.interfaces.enp5s0.useDHCP = true;
# Static IP set via hosts-home.nix
Expand Down

0 comments on commit d0252c6

Please sign in to comment.