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 = {
software = {
desktop = false;
desktop = true;
nextcloud.server.enable = false;
gitlab = false;
forgejo = false;
splunk = true;
splunk = false;
};
disk.device.name = "vda";
hardware.virtualmachine.type = "kvm";

View File

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