From 6afee0705f66f92b622c18445b8466e28614a668 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 27 Apr 2020 21:41:29 +0200 Subject: [PATCH] reformat --- configs/workhorse/prometheus.nix | 3 ++- configs/workhorse/weechat.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/workhorse/prometheus.nix b/configs/workhorse/prometheus.nix index c1640ae..fd775b8 100644 --- a/configs/workhorse/prometheus.nix +++ b/configs/workhorse/prometheus.nix @@ -90,7 +90,8 @@ metrics_path = "/api/prometheus"; # you can create this token on your user profile page # http://pepe.private:8123/profile - bearer_token = lib.fileContents ; + bearer_token = + lib.fileContents ; static_configs = [{ targets = [ "pepe.private:8123" ]; labels = { diff --git a/configs/workhorse/weechat.nix b/configs/workhorse/weechat.nix index 69fb144..50e35bc 100644 --- a/configs/workhorse/weechat.nix +++ b/configs/workhorse/weechat.nix @@ -26,7 +26,8 @@ pkgs.telegram-purple #pkgs.purple-lurch ]; - plugins = [ pkgs.bitlbee-facebook pkgs.bitlbee-steam pkgs.bitlbee-mastodon ]; + plugins = + [ pkgs.bitlbee-facebook pkgs.bitlbee-steam pkgs.bitlbee-mastodon ]; }; # otherwise xterm is the only thing that works