splunk bookmark added
This commit is contained in:
parent
0181e8a781
commit
913ec373e1
@ -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";
|
||||
|
@ -121,6 +121,10 @@
|
||||
name = "Forgejo";
|
||||
url = "http://localhost:3000";
|
||||
})
|
||||
(lib.mkIf osConfig.beancloud.software.forgejo {
|
||||
name = "Splunk";
|
||||
url = "http://localhost:8000";
|
||||
})
|
||||
]];
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user