reformat
This commit is contained in:
parent
33a99fb1cd
commit
82bd09442b
3 changed files with 3 additions and 5 deletions
|
@ -82,7 +82,8 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"dms.pepe.private" = {
|
"dms.pepe.private" = {
|
||||||
serverAliases = [ "pdf.pepe.private" "docs.pepe.private" "dms.pepe.lan" ];
|
serverAliases =
|
||||||
|
[ "pdf.pepe.private" "docs.pepe.private" "dms.pepe.lan" ];
|
||||||
locations."/" = { proxyPass = "http://localhost:5000"; };
|
locations."/" = { proxyPass = "http://localhost:5000"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -93,7 +93,6 @@ in {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# control situation with buttons
|
# control situation with buttons
|
||||||
{
|
{
|
||||||
alias = "Button -> Change Scene";
|
alias = "Button -> Change Scene";
|
||||||
|
|
|
@ -30,9 +30,7 @@
|
||||||
"stat/PAL08/RESULT"
|
"stat/PAL08/RESULT"
|
||||||
"zigbee2mqtt/light_2"
|
"zigbee2mqtt/light_2"
|
||||||
];
|
];
|
||||||
ignored_switches = [
|
ignored_switches = [ "zigbee2mqtt/motion_sensor_7" ];
|
||||||
"zigbee2mqtt/motion_sensor_7"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
sensors = let
|
sensors = let
|
||||||
|
|
Loading…
Reference in a new issue