disable networkd altogether

This commit is contained in:
Nek0 - 2021-12-20 04:24:29 +01:00
parent c6a7f51e74
commit 8e49adef6d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#hq.interface = "eth0";
};
networking.hostName = "matemat";
networking.useNetworkd = true;
networking.useNetworkd = false;
networking.interfaces.eth0 = {
ipv4.addresses = [{
address = hostRegistry.hosts.matemat.ip4;