flake update

This commit is contained in:
Robin Appelman 2025-06-02 22:25:59 +02:00
commit 5a6c8a97fa
3 changed files with 24 additions and 25 deletions

View file

@ -16,7 +16,6 @@ with lib; let
};
mqtt = {
inherit (cfg.mqtt) hostname port;
password_file = "$CREDENTIALS_DIRECTORY/mqtt_password";
} // (
optionalAttrs (cfg.mqtt.passwordFile != null) {
inherit (cfg.mqtt) username;