disable DHCP entirely

This commit is contained in:
Hendrik Sokolowski 2024-08-25 00:45:38 +02:00 committed by teutat3s
parent 3451e9dead
commit 6c9434d3a0
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -35,7 +35,7 @@
}
];
networking.interfaces.eth0.useDHCP = false;
networking.useDHCP = false;
networking.hosts = {
"192.168.1.1" = [ "ca.${config.pub-solar-os.networking.domain}" ];