refactor(services/self_host): removing the imagesDir unused on the config

- This folder was for images but moving to the fetchUrl
This commit is contained in:
Raphael 2026-03-01 22:42:39 +01:00
parent 65a5d1fe43
commit 563acef333
No known key found for this signature in database

View file

@ -9,7 +9,6 @@ let
cfg = config.service.selfhost.sso;
kanidm-admin = config.age.secrets."kanidm-admin".path;
kanidm-idmAdmin = config.age.secrets."kanidm-idmAdmin".path;
imagesDir = "/user/share/kanidm/assets";
kanidmLogo = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/doc-sheet/forgejo/refs/heads/forgejo/assets/logo.svg";
name = "kanidm.svg";