display | switch to ff in kiosk mode
This commit is contained in:
parent
96afcf1a18
commit
0d7c0d40bd
1 changed files with 3 additions and 2 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
# environment.systemPackages = with pkgs; [ cog ];
|
# environment.systemPackages = with pkgs; [ cog ];
|
||||||
environment.systemPackages = with pkgs; [ cog ];
|
environment.systemPackages = with pkgs; [ firefox ];
|
||||||
|
|
||||||
services.cage = {
|
services.cage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "don";
|
user = "don";
|
||||||
extraArguments = [ "-d" ];
|
extraArguments = [ "-d" ];
|
||||||
program =
|
program =
|
||||||
"${pkgs.cog}/bin/cog --scale=1.4 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";
|
||||||
|
"${pkgs.firefox}/bin/firefox --kiosk http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue