Last active
April 19, 2020 14:06
-
-
Save akirill0v/919f14e7e76e77c2e77985fc8dbadc86 to your computer and use it in GitHub Desktop.
Revisions
-
akirill0v revised this gist
Apr 19, 2020 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,9 +21,13 @@ }; mail = { host = "host"; password = "password"; user = "user"; }; gpmusic = { deviceid = "deviceid"; user = "user"; password = "password"; }; openvpn = "openvpn"; rclone = "rclone"; @@ -33,6 +37,8 @@ }; matrix = { shared_secret = "shared_secret"; password = "password"; user = "user"; mautrix-whatsapp = { config = "config"; registration = "registration"; -
akirill0v created this gist
Apr 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ { owm-key = "owm-key"; irc = "irc"; slack-term = "slack-term"; yt-utilities = { user = "user"; url = "url"; token = "token"; source = { url = "url"; rev = "rev"; sha256 = "sha256"; }; }; wage = "wage"; gcal = { email = "email"; client-id = "client-id"; client-secret = "client-secret"; refresh-token = "refresh-token"; }; mail = { host = "host"; }; gpmusic = { deviceid = "deviceid"; }; openvpn = "openvpn"; rclone = "rclone"; ssl = { cert = ""; priv = ""; }; matrix = { shared_secret = "shared_secret"; mautrix-whatsapp = { config = "config"; registration = "registration"; }; mautrix-telegram = "mautrix-telegram"; }; }