disable dhcpd on systems with fixed IPs

This commit is contained in:
Andreas Zweili 2022-01-16 18:10:13 +01:00
parent 9c2b466590
commit 29850e185c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ hostname, ip, ... }:
{
networking = {
useDHCP = false;
hostName = hostname;
hosts = {
"127.0.0.1" = [ "${hostname}.2li.local" ];