From fbe5142451d74a09d30dc864b5889906991c82e1 Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 16 Feb 2026 22:23:43 -0800 Subject: [PATCH] Test build for immich on warp --- .zed/settings.json | 8 ++++++++ servers/immich.nix | 9 +-------- 2 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 .zed/settings.json diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..c311d5e --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,8 @@ +{ + "project_name": "Bedrock", + "indent_guides": { + "background_coloring": "indent_aware", + "coloring": "fixed" + }, + "tab_size": 2 +} diff --git a/servers/immich.nix b/servers/immich.nix index 4d0ce8c..5639aed 100644 --- a/servers/immich.nix +++ b/servers/immich.nix @@ -65,8 +65,6 @@ in # Extra websocket configuration extraConfig = '' - # WebSocket upgrade headers - proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; ''; @@ -142,12 +140,7 @@ in }; }; - # Create borg backup directory with proper permissions - system.activationScripts.immich-borg-dir = '' - mkdir -p ${borgRepo} - chown -R borg:borg ${borgRepo} - chmod 700 ${borgRepo} - ''; + # Note: borgbackup service handles directory creation automatically # Create Immich media directory with proper permissions system.activationScripts.immich-media-dir = ''