mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
hosts/plover: fix erroneous function
I haven't obviously tested the related changes since the server was down at the time.
This commit is contained in:
parent
875c910e61
commit
2ee3f755fd
@ -76,8 +76,9 @@ in
|
||||
keycloakPath = path: "http://localhost:${toString config.services.keycloak.settings.http-port}";
|
||||
in
|
||||
lib.listToAttrs
|
||||
(lib.lists.map
|
||||
(appPath: lib.nameValuePair appPath { proxyPass = keycloakPath appPath; })
|
||||
[ "/js/" "/realms/" "/resources/" "/robots.txt" ];
|
||||
[ "/js/" "/realms/" "/resources/" "/robots.txt" ]);
|
||||
};
|
||||
|
||||
# Configuring fail2ban for this services which is only present as a neat
|
||||
|
Loading…
Reference in New Issue
Block a user