Skip to content

Commit

Permalink
fix: use dhcp no way #2
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 4, 2024
1 parent 5b1ed21 commit bf44ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/kolyma-4/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
};
};

networking.interfaces."eth0".useDHCP = true;
networking.interfaces."eth0".useDHCP = lib.mkForce true;

nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
}

0 comments on commit bf44ff2

Please sign in to comment.