remove wrong semicolon

This commit is contained in:
Nek0 - 2021-10-16 19:31:35 +02:00
parent 41857a2854
commit fec49f21dc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in
ipv4.addresses = [{
address = hostRegistry.hosts.${config.networking.hostName}.ip4;
prefixLength = 26;
};
}
];
};
defaultGateway = "172.20.73.1";