aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/home-assistant.nix1
-rw-r--r--nixos/modules/monitoring.nix3
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/home-assistant.nix b/nixos/modules/home-assistant.nix
index efe5b84..813b41b 100644
--- a/nixos/modules/home-assistant.nix
+++ b/nixos/modules/home-assistant.nix
@@ -147,6 +147,7 @@ in {
extraPackages = pkgs:
with pkgs; [
securetar
+ pyipp
];
packageOverrides = self: super: {
scapy = super.scapy.override {
diff --git a/nixos/modules/monitoring.nix b/nixos/modules/monitoring.nix
index 7a9e7b7..36cd387 100644
--- a/nixos/modules/monitoring.nix
+++ b/nixos/modules/monitoring.nix
@@ -45,8 +45,7 @@ in {
agent = {};
outputs.influxdb_v2 = [
{
- # TODO change to lipwig!!
- urls = ["http://errol:8086"];
+ urls = ["http://cynerd.cz:8086"];
token = "$INFLUX_TOKEN";
organization = "personal";
bucket = "monitoring";