diff --git a/kasmvnc/README.md b/kasmvnc/README.md index 1de4a91..40bf6fc 100644 --- a/kasmvnc/README.md +++ b/kasmvnc/README.md @@ -9,7 +9,7 @@ tags: [helper, vnc, desktop] # KasmVNC -Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and create an app to access it via the dashboard. Add latest version of KasmVNC with [`lxde`](https://www.lxde.org/) desktop environment: +Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and create an app to access it via the dashboard. Add latest version of KasmVNC with [`xfce`](https://xfce.org/) desktop environment. ```tf module "kasmvnc" { diff --git a/kasmvnc/main.tf b/kasmvnc/main.tf index ae36726..62a3c17 100644 --- a/kasmvnc/main.tf +++ b/kasmvnc/main.tf @@ -23,7 +23,7 @@ variable "port" { variable "desktop_environment" { type = string description = "The desktop environment to for KasmVNC (xfce, lxde, mate, etc)." - default = "lxde" + default = "xfce" } variable "kasm_version" {