add guacamole
This commit is contained in:
parent
6b82fc1bed
commit
5f5668de5f
4 changed files with 24 additions and 0 deletions
19
modules/system/homelab/remote.nix
Normal file
19
modules/system/homelab/remote.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue