Skip to content

Instantly share code, notes, and snippets.

@akirill0v
Last active April 19, 2020 14:06
Show Gist options
  • Save akirill0v/919f14e7e76e77c2e77985fc8dbadc86 to your computer and use it in GitHub Desktop.
Save akirill0v/919f14e7e76e77c2e77985fc8dbadc86 to your computer and use it in GitHub Desktop.

Revisions

  1. akirill0v revised this gist Apr 19, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions config.nix
    Original 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";
  2. akirill0v created this gist Apr 19, 2020.
    42 changes: 42 additions & 0 deletions config.nix
    Original 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";
    };
    }