@cryptotaxi247 / infra-1 / commits / aaba81e7

pluto: configure mountpoints for prometheus and victoriametrics

Martin Weinelt committed Feb 25, 2024 at 01:32 UTC aaba81e7c687590560efb3ecc8d35ec0f71964e5
1 file changed +8
delft/pluto/disko.nix
+8
@@ -83,6 +83,14 @@
83 type = "zfs_fs";
84 mountpoint = "/";
85 };
86 + "root/prometheus" = {
87 + type = "zfs_fs";
88 + mountpoint = "/var/lib/prometheus2";
89 + };
90 + "root/victoriametrics" = {
91 + type = "zfs_fs";
92 + mountpoint = "/var/lib/victoriametrics";
93 + };
94 };
95 };
96 };