display kiosk | increase scaling

This commit is contained in:
Don Harper 2025-03-09 12:19:58 -05:00
parent 98c792a45b
commit 9ce30a44b1

View file

@ -7,6 +7,6 @@
user = "don";
extraArguments = [ "-d" ];
program =
"${pkgs.cog}/bin/cog --scale=1.5 http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
"${pkgs.cog}/bin/cog --scale=1.4 http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
};
}