summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-02 09:08:51 -0400
committerSacha Chua <sacha@sachachua.com>2022-11-02 09:08:51 -0400
commite10ab93db435c18f024c2c30d4939aee18f469c6 (patch)
tree823239438841651e7cb684f5d4cd59b71e72e637 /emacsconf.el
parenta737e350040516537ea797af3127b32c73c31365 (diff)
downloademacsconf-el-e10ab93db435c18f024c2c30d4939aee18f469c6.tar.xz
emacsconf-el-e10ab93db435c18f024c2c30d4939aee18f469c6.zip
Add tramp info so that the stream can use sudo
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 20d7dec..c527c45 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -931,8 +931,8 @@
(emacsconf-backstage-password . emacsconf_backstage_password))))))
;; (emacsconf-ansible-load-vars (expand-file-name "prod-vars.yml" emacsconf-ansible-directory))
;;; Tracks
-(defvar emacsconf-tracks '((:name "General" :color "peachpuff" :id "gen" :channel "emacsconf-gen")
- (:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev")))
+(defvar emacsconf-tracks '((:name "General" :color "peachpuff" :id "gen" :channel "emacsconf-gen" :tramp "/sudo:emacsconf-gen@localhost:")
+ (:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev" :tramp "/sudo:emacsconf-dev@localhost:")))
(defun emacsconf-get-track (name)
(when (listp name) (setq name (plist-get name :track)))