kaze: mount slab
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:13:09 -05:00
parent 2ba97ff95d
commit 9f493db0c1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -17,6 +17,11 @@
fsType = "ext4";
};
fileSystems."/var/lib/minio" = {
device = "/dev/disk/by-uuid/733a3f7b-b232-4b34-8742-460a67d8f1d0";
fsType = "ext4";
};
swapDevices = [
{device = "/dev/disk/by-uuid/100a4262-ce57-47a7-b99a-f124a8e369de";}
];