display kiosk | increase scaling
This commit is contained in:
parent
a841349267
commit
98c792a45b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
# environment.systemPackages = with pkgs; [ cog ];
|
||||
environment.systemPackages = with pkgs; [ cog ];
|
||||
|
||||
services.cage = {
|
||||
|
|
@ -6,6 +7,6 @@
|
|||
user = "don";
|
||||
extraArguments = [ "-d" ];
|
||||
program =
|
||||
"${pkgs.cog}/bin/cog http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
|
||||
"${pkgs.cog}/bin/cog --scale=1.5 http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue