task | formating updates
This commit is contained in:
parent
09ee501439
commit
cca03c3a21
2 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
deployment = {
|
deployment = { tags = [ "arm" ]; };
|
||||||
tags = [ "arm" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,9 @@
|
||||||
environment.systemPackages = with pkgs; [ cog ];
|
environment.systemPackages = with pkgs; [ cog ];
|
||||||
|
|
||||||
services.cage = {
|
services.cage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "don";
|
user = "don";
|
||||||
program = "${pkgs.cog}/bin/cog http://homeassistant.home.duckland.org:8123/dashboard-pi/0";
|
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