display | updates to generate sdimage

This commit is contained in:
Don Harper 2025-02-23 22:48:02 -06:00
parent 9050e73d27
commit 6b542ada30
4 changed files with 47 additions and 4 deletions

View file

@ -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";
};
}