1
Fork 0

Fix wrong secret name in guacamole config

This commit is contained in:
prescientmoon 2024-06-13 15:56:43 +02:00
parent 92c15505b8
commit 661904647b
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -1,11 +1,11 @@
{ config, ... }:
{
sops.secrets.guacamoleUsers.sopsFile = ../../secrets.yaml;
sops.secrets.guacamole-users.sopsFile = ../../secrets.yaml;
satellite.nginx.at.guacamole.port = 8443; # default tomcat port
services.guacamole-server = {
enable = true;
userMappingXml = config.sops.secrets.guacamoleUsers.path;
userMappingXml = config.sops.secrets.guacamole-users.path;
};
services.guacamole-client = {