disable DHCP entirely

This commit is contained in:
Hendrik Sokolowski 2024-08-25 00:45:38 +02:00
parent 5b32238a2f
commit b98cc9ba51
Signed by: hensoko
GPG key ID: 5C36A01B80BCCC59

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}" ];