mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
7486517713
commit
9903866044
160 changed files with 4570 additions and 3019 deletions
|
|
@ -27,10 +27,15 @@ in {
|
|||
user = "z2m";
|
||||
password = "!secret z2m_pass";
|
||||
server = let
|
||||
url = access.proxyUrlFor { serviceName = "mosquitto"; scheme = "mqtt"; getAddressFor = "getAddress4For"; };
|
||||
in mkIf (!config.services.mosquitto.enable) (
|
||||
mkAlmostDefault url
|
||||
);
|
||||
url = access.proxyUrlFor {
|
||||
serviceName = "mosquitto";
|
||||
scheme = "mqtt";
|
||||
getAddressFor = "getAddress4For";
|
||||
};
|
||||
in
|
||||
mkIf (!config.services.mosquitto.enable) (
|
||||
mkAlmostDefault url
|
||||
);
|
||||
};
|
||||
homeassistant = true;
|
||||
permit_join = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue