Fix wrong option name in guacamole server config
This commit is contained in:
parent
a9fd6e10f3
commit
40c3e45e3d
|
@ -5,7 +5,7 @@
|
|||
|
||||
services.guacamole-server = {
|
||||
enable = true;
|
||||
services.guacamole-server.userMappingXml = config.sops.secrets.guacamoleUsers.path;
|
||||
userMappingXml = config.sops.secrets.guacamoleUsers.path;
|
||||
};
|
||||
|
||||
services.guacamole-client = {
|
||||
|
|
Loading…
Reference in a new issue