Liking cljdoc? Tell your friends :D

The Infra configuration is a configuration on the infrastructure level of a crate. It contains the complete configuration options that are possible with the crate functions. You can find the details of the infra configurations at the other crates used:

For installation & configuration with the dda-managed-vm the schema is:

(def DdaVmConfig {
  {:vm-user s/Keyword                                           ; user-name
   (s/optional-key :tightvnc-server) {:user-password s/Str}     ; install vnc?
   (s/optional-key :bookmarks) Bookmarks
   (s/optional-key :settings)
   (hash-set (s/enum :install-virtualbox-guest
                     :install-xfce-desktop
                     :install-bash-utils
                     :install-zip-utils
                     :install-os-analysis
                     :install-timesync
                     :install-keymgm
                     :install-password-store
                     :install-gopass
                     :install-diagram
                     :install-desktop-wiki
                     :install-open-jdk-8
                     :install-open-jdk-11
                     :install-libreoffice
                     :install-spellchecking-de
                     :install-audio
                     :install-redshift
                     :install-enigmail
                     :install-telegram
                     :install-remina
                     :install-openvpn
                     :install-openconnect
                     :install-vpnc
                     :remove-power-management
                     :remove-xubuntu-unused
                     :remove-ubuntu-unused
                     :configure-no-swappiness))})

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close