diff --git a/modules/system/homelab/remote.nix b/modules/system/homelab/remote.nix index 2eae11e..c8b6671 100644 --- a/modules/system/homelab/remote.nix +++ b/modules/system/homelab/remote.nix @@ -8,6 +8,7 @@ guacamole-client = { enable = true; enableWebserver = true; + userMappingXml = "/mnt/data/guacamole/user-mapping.xml"; settings = { guacd-hostname = "127.0.0.1"; guacd-port = 4822;