Mino example
This commit is contained in:
parent
7459ae0e96
commit
dc7a18efc3
3 changed files with 21 additions and 0 deletions
|
|
@ -52,6 +52,12 @@
|
|||
options = [ "subvol=@garage-metadata" "compress=lzo" ];
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/minio/data" = {
|
||||
device = "/dev/disk/by-uuid/2e897ea5-c8f9-4fa8-9cc6-3f5807ba8afc";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@minio" "compress=lzo" ];
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
size = 1024 * 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue