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:
parent
65a5d1fe43
commit
563acef333
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue