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;
|
||||
in {
|
||||
imports = [
|
||||
../applications/itd/splunk/module.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
@ -58,4 +59,8 @@ in {
|
|||
host = host;
|
||||
backup.enable = true;
|
||||
};
|
||||
|
||||
services.itd.splunk = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue