devices/CFB4ED74: attempt to fix SSH connectivy
This commit is contained in:
parent
aa1393cdb8
commit
2ffdc1ea50
1 changed files with 7 additions and 1 deletions
|
@ -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; }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue