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
|
||||
# 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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
];
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user