Skip to content

Commit

Permalink
fix: use correct interface for ws
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Oct 29, 2024
1 parent f469903 commit 678321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/ws.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
environment.variables = { ROC_ENABLE_PRE_VEGA = "1"; };
hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ];
networking = {
interfaces.enp39s0.wakeOnLan.enable = true;
interfaces.eno1.wakeOnLan.enable = true;
hostName = "ws";
useDHCP = lib.mkDefault true;
};
Expand Down

0 comments on commit 678321a

Please sign in to comment.