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 = {