reformat
This commit is contained in:
parent
a18edb188f
commit
6afee0705f
2 changed files with 4 additions and 2 deletions
|
@ -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 <secrets/prometheus/home-assistant/api_token>;
|
||||
bearer_token =
|
||||
lib.fileContents <secrets/prometheus/home-assistant/api_token>;
|
||||
static_configs = [{
|
||||
targets = [ "pepe.private:8123" ];
|
||||
labels = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue