Enable backend connection to Minio

This commit is contained in:
Greg Hellings
2024-06-20 22:03:27 -05:00
parent 1d5458c6ad
commit a0bf334052
2 changed files with 41 additions and 2 deletions
+9 -2
View File
@@ -9,6 +9,7 @@
[ # Include the results of the hardware scan.
./ceph.nix
./hardware-configuration.nix
./minio.nix
];
# Bootloader.
@@ -22,6 +23,12 @@
address = " 10.42.1.1";
interface = "enp68s0";
};
vlans = {
san = {
id = 616;
interface = "enp67s0";
};
};
interfaces = {
enp68s0 = {
ipv4.addresses = [ {
@@ -32,10 +39,10 @@
prefixLength = 16;
} ];
};
enp67s0 = {
san = {
ipv4.addresses = [ {
address = "10.201.1.2";
prefixLength = 16;
prefixLength = 24;
} ];
};
};