mimir: Remove guacamole
This commit is contained in:
parent
22824420c9
commit
ae4b4f70f6
1 changed files with 0 additions and 34 deletions
|
@ -275,40 +275,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
guacamole-server = {
|
||||
enable = true;
|
||||
userMappingXml = pkgs.writeText "user-mapping.xml" ''<?xml version="1.0" encoding="utf-8"?>
|
||||
<user-mapping>
|
||||
<authorize username="erwin" password="05b1b2006b6b346668090fb952173325" encoding="md5">
|
||||
<connection name="localhost-vnc">
|
||||
<protocol>vnc</protocol>
|
||||
<param name="hostname">localhost</param>
|
||||
<param name="port">5900</param>
|
||||
</connection>
|
||||
<connection name="localhost-rdp">
|
||||
<protocol>rdp</protocol>
|
||||
<param name="hostname">localhost</param>
|
||||
<param name="port">3389</param>
|
||||
</connection>
|
||||
<connection name="lenovo-dev">
|
||||
<protocol>rdp</protocol>
|
||||
<param name="hostname">lenovo-dev</param>
|
||||
<param name="port">3389</param>
|
||||
<param name="username">horus</param>
|
||||
<param name="password">horus</param>
|
||||
</connection>
|
||||
</authorize>
|
||||
</user-mapping>
|
||||
'';
|
||||
};
|
||||
|
||||
guacamole-client = {
|
||||
enable = true;
|
||||
enableWebserver = true;
|
||||
};
|
||||
|
||||
gnome.gnome-remote-desktop.enable = true;
|
||||
|
||||
xserver = {
|
||||
videoDrivers = [ "nvidia" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue