Staging #19

Merged
steveej merged 14 commits from staging into master 2019-02-04 08:26:53 +00:00
Showing only changes of commit 2ffdc1ea50 - Show all commits

View file

@ -16,10 +16,16 @@ in {
# iperf3
5201
];
networking.firewall.logRefusedConnections = false;
networking.useDHCP = true;
networking.usePredictableInterfaceNames = false;
networking.dhcpcd = {
enable = true;
persistent = true;
};
networking.interfaces.eth0 = {
useDHCP = true;
ipv6.addresses = [
{ address = "2a02:c207:3003:2387::1"; prefixLength = 64; }
];