hosts/display | attempting to build
This commit is contained in:
parent
bb5d507db2
commit
82ca6f6e78
2 changed files with 13 additions and 5 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
tags = ["arm"];
|
tags = ["arm"];
|
||||||
targetUser = "don";
|
targetUser = "don";
|
||||||
privilegeEscalationCommand = ["/run/wrappers/bin/doas"];
|
privilegeEscalationCommand = ["/run/wrappers/bin/doas"];
|
||||||
targetHost = "display.home.duckland.org";
|
# targetHost = "display.home.duckland.org";
|
||||||
|
targetHost = "192.168.1.142";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,20 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{
|
||||||
|
inputs,
|
||||||
|
outputs,
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
# environment.systemPackages = with pkgs; [ cog ];
|
# environment.systemPackages = with pkgs; [ cog ];
|
||||||
environment.systemPackages = with pkgs; [ firefox ];
|
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";
|
"${pkgs.firefox}/bin/firefox --kiosk http://harper2.home.duckland.org:8123/dashboard-pi/0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue