users/foo-dogsquared: add kanidm client config

This commit is contained in:
Gabriel Arazas 2023-10-17 18:36:32 +08:00
parent 8fb9770882
commit 773af19f4c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
uri = "https://auth.foodogsquared.one"
verify_ca = true
verify_hostnames = true

View File

@ -145,6 +145,7 @@ in
# All of the personal configurations.
xdg.configFile = {
doom.source = getDotfiles "emacs";
kanidm.source = ./config/kanidm;
kitty.source = getDotfiles "kitty";
nvim.source = getDotfiles "nvim";
nyxt.source = getDotfiles "nyxt";