This commit is contained in:
Ingolf Wagner 2020-04-27 21:41:29 +02:00
parent a18edb188f
commit 6afee0705f
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 2 deletions

View file

@ -90,7 +90,8 @@
metrics_path = "/api/prometheus"; metrics_path = "/api/prometheus";
# you can create this token on your user profile page # you can create this token on your user profile page
# http://pepe.private:8123/profile # http://pepe.private:8123/profile
bearer_token = lib.fileContents <secrets/prometheus/home-assistant/api_token>; bearer_token =
lib.fileContents <secrets/prometheus/home-assistant/api_token>;
static_configs = [{ static_configs = [{
targets = [ "pepe.private:8123" ]; targets = [ "pepe.private:8123" ];
labels = { labels = {

View file

@ -26,7 +26,8 @@
pkgs.telegram-purple pkgs.telegram-purple
#pkgs.purple-lurch #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 # otherwise xterm is the only thing that works