Compare commits
2 Commits
0674c870c7
...
8f7e00f27a
Author | SHA1 | Date | |
---|---|---|---|
8f7e00f27a | |||
|
5e023e2982 |
@ -4,6 +4,9 @@ let
|
||||
domain = vars.domain;
|
||||
in
|
||||
{
|
||||
# vnStat for tracking network interface stats
|
||||
services.vnstat.enable = true;
|
||||
|
||||
# https://wiki.nixos.org/wiki/Prometheus
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user