Fix wrong option name in guacamole server config
This commit is contained in:
parent
a9fd6e10f3
commit
40c3e45e3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue