Add static IP for Ceph

This commit is contained in:
Greg Hellings
2024-05-06 13:58:20 -05:00
parent 3798959948
commit 86fc8bee85
+6
View File
@@ -35,6 +35,12 @@
prefixLength = 16;
} ];
};
interfaces.enp39s0 = {
ipv4.addresses = [ {
address = "10.201.1.1";
prefixLength = 24;
} ];
};
nameservers = [
"10.42.1.5"
];