256 current 2025-10-11 00:38:56 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# flake for blakes nixos config
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# 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";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ in
|
|||||||
"shopping_list"
|
"shopping_list"
|
||||||
"isal"
|
"isal"
|
||||||
"default_config"
|
"default_config"
|
||||||
|
"mqtt"
|
||||||
];
|
];
|
||||||
extraPackages = python3Packages: with python3Packages; [
|
extraPackages = python3Packages: with python3Packages; [
|
||||||
psycopg2
|
psycopg2
|
||||||
@@ -75,6 +76,7 @@ in
|
|||||||
zha
|
zha
|
||||||
ha-silabs-firmware-client
|
ha-silabs-firmware-client
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
|
aiomqtt
|
||||||
aiounifi
|
aiounifi
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ in
|
|||||||
port = 1883;
|
port = 1883;
|
||||||
address = "0.0.0.0";
|
address = "0.0.0.0";
|
||||||
settings.allow_anonymous = true;
|
settings.allow_anonymous = true;
|
||||||
#passwordFile = sec."mosquitto_password_file".path; # optional
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
# override umask to make permissions work out
|
# override umask to make permissions work out
|
||||||
|
|||||||
Reference in New Issue
Block a user