mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
don't use s3 as primary nextcloud storage
This commit is contained in:
@ -26,13 +26,6 @@ nixpkgs.lib.nixosSystem {
|
||||
publicKey =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB+AbmjGEwITk5CK9y7+Rg27Fokgj9QEjgc9wST6MA3s";
|
||||
|
||||
# Store Nextcloud data in cloud object storage
|
||||
nextcloudS3 = {
|
||||
bucket = "noahmasur-nextcloud";
|
||||
hostname = "s3.us-west-002.backblazeb2.com";
|
||||
key = "0026b0e73b2e2c80000000003";
|
||||
};
|
||||
|
||||
# Grant access to Jellyfin directories from nextcloud
|
||||
users.users.nextcloud.extraGroups = [ "jellyfin" ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user