kaze: mount slab
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
This commit is contained in:
parent
2ba97ff95d
commit
9f493db0c1
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/var/lib/minio" = {
|
||||||
|
device = "/dev/disk/by-uuid/733a3f7b-b232-4b34-8742-460a67d8f1d0";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{device = "/dev/disk/by-uuid/100a4262-ce57-47a7-b99a-f124a8e369de";}
|
{device = "/dev/disk/by-uuid/100a4262-ce57-47a7-b99a-f124a8e369de";}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue