dbg: using marvin to test out teh new logging

(slightly depressing)
This commit is contained in:
silver 2025-09-01 09:44:40 +01:00
parent d2712117e5
commit f8826c5d2f
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -30,6 +30,7 @@ Notes:
groups_trusted = map (x: "@${x}") groups; groups_trusted = map (x: "@${x}") groups;
in { in {
imports = [ imports = [
../applications/itd/splunk/module.nix
]; ];
deployment = { deployment = {
@ -58,4 +59,8 @@ in {
host = host; host = host;
backup.enable = true; backup.enable = true;
}; };
services.itd.splunk = {
enable = true;
};
} }