kaze: rename slab mount
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run

This commit is contained in:
notohh 2024-01-05 12:16:24 -05:00
parent 9f493db0c1
commit 8d576053e5
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -17,7 +17,7 @@
fsType = "ext4";
};
fileSystems."/var/lib/minio" = {
fileSystems."/var/lib/slab" = {
device = "/dev/disk/by-uuid/733a3f7b-b232-4b34-8742-460a67d8f1d0";
fsType = "ext4";
};