Skip to content

Apache Guacamole

Warning: This module is not actively maintained. Expect things to break!

Apache Guacamole is a clientless remote desktop gateway.

View the nix-core NixOS module on GitHub.

References

Config

services.guacamole = {
  enable = true;
  users = ./path/to/user-mapping.xml;
  settings = {
    guacd-hostname = "localhost";
    guacd-port = 4822;
    guacd-ssl = false;
  };
};