Move stuff to various S3 stores instead of local minio #5
|
@ -9,9 +9,11 @@
|
||||||
swapDevices = [{ device = "/var/swapfile"; size = 4 * 1024; priority = 1024; }];
|
swapDevices = [{ device = "/var/swapfile"; size = 4 * 1024; priority = 1024; }];
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
# volumes
|
# volumes
|
||||||
fileSystems.data = {
|
services.btrfs.autoScrub.enable = true;
|
||||||
device = "/dev/disk/by-id/scsi-0HC_Volume_31812942";
|
fileSystems.nki-data = {
|
||||||
fsType = "ext4";
|
device = "/dev/disk/by-id/scsi-0HC_Volume_101470796";
|
||||||
|
fsType = "btrfs";
|
||||||
mountPoint = "/mnt/data";
|
mountPoint = "/mnt/data";
|
||||||
|
options = [ "compress=zstd" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue