Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add victorialogs/traces back in

+2 -4
+2 -4
host-specific/misaki/services.nix
··· 404 404 group = "root"; 405 405 }; 406 406 services.victorialogs = { 407 - enable = false; 408 - stateDir = "/srv/shokuhou/applications/victoria/logs"; 407 + enable = true; 409 408 basicAuthUsername = "noah"; 410 409 basicAuthPasswordFile = config.age.secrets.victoriapass.path; 411 410 }; 412 411 413 412 services.victoriatraces = { 414 - enable = false; 415 - stateDir = "/srv/shokuhou/applications/victoria/traces"; 413 + enable = true; 416 414 basicAuthUsername = "noah"; 417 415 basicAuthPasswordFile = config.age.secrets.victoriapass.path; 418 416 };