hydra: remove eth0 config

This commit is contained in:
Astro 2022-05-06 19:01:58 +02:00
parent e3af3d0778
commit bec04b95f9
1 changed files with 0 additions and 10 deletions

View File

@ -55,16 +55,6 @@
};
nameservers = [ "172.20.73.8" "9.9.9.9" ];
};
networking.interfaces.eth0 = {
useDHCP = false;
tempAddress = "disabled";
};
systemd.network.networks."40-eth0"
.networkConfig = {
IPv6AcceptRA = true;
LinkLocalAddressing = "ipv6";
};
nixpkgs.config.packageOverrides = pkgs: {
# HACK: nix-2.5.1 is broken <https://github.com/NixOS/nix/issues/5728>
nixUnstable = pkgs.nixUnstable.overrideAttrs (oa: rec {