From f8826c5d2f60fa98a8ca8a15608ea0fdab6cb114 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 1 Sep 2025 09:44:40 +0100 Subject: [PATCH] dbg: using marvin to test out teh new logging (slightly depressing) --- machines/marvin.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/marvin.nix b/machines/marvin.nix index 175d61d..abb15d1 100644 --- a/machines/marvin.nix +++ b/machines/marvin.nix @@ -30,6 +30,7 @@ Notes: groups_trusted = map (x: "@${x}") groups; in { imports = [ + ../applications/itd/splunk/module.nix ]; deployment = { @@ -58,4 +59,8 @@ in { host = host; backup.enable = true; }; + + services.itd.splunk = { + enable = true; + }; }