From d6a2f738604487f84f54d9ef40b4310ca45b0e0b Mon Sep 17 00:00:00 2001 From: Birk Bohne Date: Sun, 10 Aug 2025 23:54:29 +0200 Subject: [PATCH] splunk enabled --- computer/pc-demo1/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer/pc-demo1/default.nix b/computer/pc-demo1/default.nix index bb62df5..941b38f 100644 --- a/computer/pc-demo1/default.nix +++ b/computer/pc-demo1/default.nix @@ -9,7 +9,7 @@ nextcloud.server.enable = true; gitlab = true; forgejo = true; - splunk = false; + splunk = true; }; disk.device.name = "vda"; hardware.virtualmachine.type = "kvm";