mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds guacamole module
This commit is contained in:
parent
2cadf14cd6
commit
dc350e1bd1
2 changed files with 43 additions and 0 deletions
8
modules/services/guacamole-user-mapping.xml
Normal file
8
modules/services/guacamole-user-mapping.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<user-mapping>
|
||||
<authorize username="marty" password="dingoVncTest">
|
||||
<protocol>vnc</protocol>
|
||||
<param name="hostname">localhost</param>
|
||||
<param name="port">5901</param>
|
||||
<param name="password">dingoVncTest</param>
|
||||
</authorize>
|
||||
</user-mapping>
|
||||
Loading…
Add table
Add a link
Reference in a new issue