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

View File

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