matemat: remove isInHq settings

container is now in serv vlan
This commit is contained in:
Astro 2021-12-23 17:18:31 +01:00
parent aeb63194ac
commit bc1c54449d
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
{ zentralwerk, hostRegistry, lib, pkgs, ... }:
{
c3d2 = {
isInHq = true;
hq.interface = null;
};
networking.hostName = "matemat";
networking.useNetworkd = false;
networking.interfaces.eth0 = {
ipv4.addresses = [{
address = hostRegistry.hosts.matemat.ip4;