splunk bookmark added

This commit is contained in:
Birk Bohne 2025-08-10 21:37:12 +02:00
parent 0181e8a781
commit 913ec373e1
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -5,11 +5,11 @@
beancloud = { beancloud = {
software = { software = {
desktop = false; desktop = true;
nextcloud.server.enable = false; nextcloud.server.enable = false;
gitlab = false; gitlab = false;
forgejo = false; forgejo = false;
splunk = true; splunk = false;
}; };
disk.device.name = "vda"; disk.device.name = "vda";
hardware.virtualmachine.type = "kvm"; hardware.virtualmachine.type = "kvm";

View File

@ -121,6 +121,10 @@
name = "Forgejo"; name = "Forgejo";
url = "http://localhost:3000"; url = "http://localhost:3000";
}) })
(lib.mkIf osConfig.beancloud.software.forgejo {
name = "Splunk";
url = "http://localhost:8000";
})
]]; ]];
} }
]; ];