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; + }; }