From ba1064ed43839639d0306b97ce133627586c7178 Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 16 Apr 2026 13:05:18 +0700 Subject: [PATCH] cleanup and add https --- lib/options.nix | 2 +- modules/system/homelab/gallery.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/options.nix b/lib/options.nix index d628f9b..24869c5 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -53,7 +53,7 @@ in { ]; routes = { "git.${domain}" = "http://localhost:5080"; - "cdn.${domain}" = "http://localhost:3923"; + "cdn.${domain}" = "https://localhost:3923"; "docs.${domain}" = "http://localhost:7090"; "auth.${domain}" = "http://localhost:1411"; "dash.${domain}" = "http://localhost:5070"; diff --git a/modules/system/homelab/gallery.nix b/modules/system/homelab/gallery.nix index c38787e..1b52208 100644 --- a/modules/system/homelab/gallery.nix +++ b/modules/system/homelab/gallery.nix @@ -1,4 +1,4 @@ -{ lib, homelab, ... }: { +{ lib, ... }: { users.users.immich.extraGroups = [ "video" "render" ]; services = {