dbg: using marvin to test out teh new logging
(slightly depressing)
This commit is contained in:
parent
d2712117e5
commit
f8826c5d2f
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@ Notes:
|
||||||
groups_trusted = map (x: "@${x}") groups;
|
groups_trusted = map (x: "@${x}") groups;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
../applications/itd/splunk/module.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
|
@ -58,4 +59,8 @@ in {
|
||||||
host = host;
|
host = host;
|
||||||
backup.enable = true;
|
backup.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.itd.splunk = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue