nixos server configurations
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add S3 force path style for PDS blob storage

+1
+1
servers/kuribo/pds.nix
··· 31 31 32 32 # S3 is configured in secrets 33 33 PDS_BLOBSTORE_DISK_LOCATION = null; 34 + PDS_BLOBSTORE_S3_FORCE_PATH_STYLE = "true"; 34 35 }; 35 36 }; 36 37