1
Fork 0

Fix wrong option name in guacamole server config

This commit is contained in:
prescientmoon 2024-06-13 15:51:45 +02:00
parent a9fd6e10f3
commit 40c3e45e3d
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -5,7 +5,7 @@
services.guacamole-server = { services.guacamole-server = {
enable = true; enable = true;
services.guacamole-server.userMappingXml = config.sops.secrets.guacamoleUsers.path; userMappingXml = config.sops.secrets.guacamoleUsers.path;
}; };
services.guacamole-client = { services.guacamole-client = {