display | updates to generate sdimage
This commit is contained in:
parent
9050e73d27
commit
6b542ada30
4 changed files with 47 additions and 4 deletions
|
|
@ -2,8 +2,9 @@
|
|||
environment.systemPackages = with pkgs; [ cog ];
|
||||
|
||||
services.cage = {
|
||||
enable = true;
|
||||
user = "don";
|
||||
program = "${pkgs.cog}/bin/cog http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
|
||||
enable = true;
|
||||
user = "don";
|
||||
program =
|
||||
"${pkgs.cog}/bin/cog http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue