splunk bookmark added
This commit is contained in:
parent
0181e8a781
commit
913ec373e1
@ -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";
|
||||||
|
@ -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";
|
||||||
|
})
|
||||||
]];
|
]];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user