Skip to content

Commit

Permalink
Updated authelia config for nextcloud demo
Browse files Browse the repository at this point in the history
Was broken after update in d711e59

- Ran nix flake update
- Checked that it builds, but couldn't check that VM is working
correctly due to other issues with my system.
  • Loading branch information
sivertism authored and ibizaman committed Sep 7, 2024
1 parent bc1d8dc commit 192d8ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions demo/nextcloud/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/nextcloud/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
domain = "example.com";
subdomain = "auth";
ssl = config.shb.certs.certs.selfsigned.n;

ldapEndpoint = "ldap://127.0.0.1:${builtins.toString config.shb.ldap.ldapPort}";
ldapPort = config.shb.ldap.ldapPort;
ldapHostname = "ldap://127.0.0.1";
dcdomain = config.shb.ldap.dcdomain;

secrets = {
Expand Down

0 comments on commit 192d8ad

Please sign in to comment.