From 3a35706f35bc3ad69d1c4231085d55d3cdab27ac Mon Sep 17 00:00:00 2001 From: encode42 Date: Thu, 26 Feb 2026 06:12:20 -0500 Subject: [PATCH] Move index Zipline configuration into its own directory --- hosts/index/config/web/{ => zipline}/deerzip.png | Bin .../web/{ => zipline}/deerzip_latte.theme.json | 0 .../web/{ => zipline}/deerzip_macchiato.theme.json | 0 .../config/web/{zipline.nix => zipline/default.nix} | 0 hosts/index/default.nix | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename hosts/index/config/web/{ => zipline}/deerzip.png (100%) rename hosts/index/config/web/{ => zipline}/deerzip_latte.theme.json (100%) rename hosts/index/config/web/{ => zipline}/deerzip_macchiato.theme.json (100%) rename hosts/index/config/web/{zipline.nix => zipline/default.nix} (100%) diff --git a/hosts/index/config/web/deerzip.png b/hosts/index/config/web/zipline/deerzip.png similarity index 100% rename from hosts/index/config/web/deerzip.png rename to hosts/index/config/web/zipline/deerzip.png diff --git a/hosts/index/config/web/deerzip_latte.theme.json b/hosts/index/config/web/zipline/deerzip_latte.theme.json similarity index 100% rename from hosts/index/config/web/deerzip_latte.theme.json rename to hosts/index/config/web/zipline/deerzip_latte.theme.json diff --git a/hosts/index/config/web/deerzip_macchiato.theme.json b/hosts/index/config/web/zipline/deerzip_macchiato.theme.json similarity index 100% rename from hosts/index/config/web/deerzip_macchiato.theme.json rename to hosts/index/config/web/zipline/deerzip_macchiato.theme.json diff --git a/hosts/index/config/web/zipline.nix b/hosts/index/config/web/zipline/default.nix similarity index 100% rename from hosts/index/config/web/zipline.nix rename to hosts/index/config/web/zipline/default.nix diff --git a/hosts/index/default.nix b/hosts/index/default.nix index d339e9f..e8696c8 100644 --- a/hosts/index/default.nix +++ b/hosts/index/default.nix @@ -55,7 +55,7 @@ ./config/web/network-optimizer.nix ./config/web/vaultwarden.nix #./config/web/wakapi.nix - ./config/web/zipline.nix + ./config/web/zipline ./users ]; -- 2.51.2