disable hq interface, since this is a container

This commit is contained in:
Nek0 - 2021-12-20 03:55:50 +01:00
parent aaa3bbf7f8
commit c6a7f51e74
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
c3d2 = {
isInHq = true;
hq.interface = "eth0";
#hq.interface = "eth0";
};
networking.hostName = "matemat";
networking.useNetworkd = true;