From 6ca1d51cba2089387e6353b1351590a0a634a985 Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 12 Mar 2026 22:01:23 +0700 Subject: [PATCH] add usermap --- modules/system/homelab/remote.nix | 1 + 1 file changed, 1 insertion(+) 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;