add guacamole

This commit is contained in:
Satria 2026-03-03 14:46:11 +07:00
commit 5f5668de5f
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{ ... }: {
services = {
guacamole-server = {
enable = true;
host = "127.0.0.1";
port = 4822;
};
guacamole-client = {
enable = true;
host = "127.0.0.1";
port = 8085;
enableWebserver = true;
settings = {
guacd-hostname = "127.0.0.1";
guacd-port = 4822;
};
};
};
}