Move stuff to various S3 stores instead of local minio #5

Merged
nki merged 10 commits from move-s3 into master 2024-10-31 13:05:04 +00:00
Showing only changes of commit 9b4991af49 - Show all commits

View file

@ -10,7 +10,7 @@
zramSwap.enable = true;
# volumes
services.btrfs.autoScrub.enable = true;
fileSystems.nki-data = {
fileSystems.data = {
device = "/dev/disk/by-id/scsi-0HC_Volume_101470796";
fsType = "btrfs";
mountPoint = "/mnt/data";