256 current 2025-10-11 00:38:56 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 01:15:07 -05:00
parent d6260546ca
commit b78ba63ab5
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 255 current 2025-10-11 00:13:49 25.05.20251006.20c4598 6.12.50 *
# generation: 256 current 2025-10-11 00:38:56 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -67,6 +67,7 @@ in
"shopping_list"
"isal"
"default_config"
"mqtt"
];
extraPackages = python3Packages: with python3Packages; [
psycopg2
@@ -75,6 +76,7 @@ in
zha
ha-silabs-firmware-client
paho-mqtt
aiomqtt
aiounifi
];

View File

@@ -61,7 +61,6 @@ in
port = 1883;
address = "0.0.0.0";
settings.allow_anonymous = true;
#passwordFile = sec."mosquitto_password_file".path; # optional
}
];
# override umask to make permissions work out