272 current 2025-10-11 04:36:05 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: 271 current 2025-10-11 04:20:39 25.05.20251006.20c4598 6.12.50 *
|
# generation: 272 current 2025-10-11 04:36:05 25.05.20251006.20c4598 6.12.50 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -61,6 +61,8 @@ in
|
|||||||
port = 1883;
|
port = 1883;
|
||||||
address = "0.0.0.0";
|
address = "0.0.0.0";
|
||||||
settings.allow_anonymous = true;
|
settings.allow_anonymous = true;
|
||||||
|
acl = [ "pattern readwrite #" ];
|
||||||
|
omitPasswordAuth = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
# override umask to make permissions work out
|
# override umask to make permissions work out
|
||||||
|
|||||||
Reference in New Issue
Block a user