wip
All checks were successful
Build and push nixos-based docker container / build (push) Successful in 14s

This commit is contained in:
James Andariese 2024-08-04 01:47:08 -05:00
parent 27588a1d35
commit 9cb734faf3

View File

@ -6,11 +6,14 @@ entrypoint = pkgs.writeShellApplication {
name = "entrypoint";
runtimeInputs = with pkgs; with nodePackages; [
bash
coreutils
node-red
#ungoogled-chromium
];
text = ''
sleep 120
node-red -u "''${DATA-/data}" -s "''${SETTINGS-/data/settings.js}"
'';
};