add experimental networkd backend to resolve zerotier issues

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-27 17:00:50 -04:00 committed by Alice Huston
parent ac072ce425
commit 28ddd3fedc

View File

@ -8,6 +8,7 @@
enable = true;
joinNetworks = [ "ebe7fbd44565ba9d" ];
};
systemd.network = {
enable = true;
wait-online.anyInterface = true;
@ -32,4 +33,7 @@
};
};
};
# enable experimental networkd backend so networking doesnt break on hybrid systems
networking.useNetworkd = true;
}