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