feat: sentinella: some

This commit is contained in:
2026-04-27 12:58:36 +00:00
parent e6df3b8456
commit def84b0890
6 changed files with 112 additions and 53 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ symlinkJoin, writeTextFile, socat, dash, hectic, curl, gawk, jq, inetutils }:
{ symlinkJoin, writeTextFile, socat, dash, hectic, curl, gawk, jq, inetutils, getent }:
let
shell = "${dash}/bin/dash";
bashOptions = [
@@ -34,7 +34,7 @@ let
watcher = hectic.writeShellApplication {
inherit shell bashOptions;
name = "watcher";
runtimeInputs = [ curl jq inetutils ];
runtimeInputs = [ curl jq gawk inetutils getent ];
text = ''
${builtins.readFile ./log.sh}
${builtins.readFile ./colors.sh}