mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 08:34:21 +02:00
flake update
This commit is contained in:
parent
172760cae2
commit
5a6c8a97fa
3 changed files with 24 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue