cleanup and add https

This commit is contained in:
Satria 2026-04-16 13:05:18 +07:00
commit ba1064ed43
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -1,4 +1,4 @@
{ lib, homelab, ... }: {
{ lib, ... }: {
users.users.immich.extraGroups = [ "video" "render" ];
services = {