Compare commits

..

No commits in common. "8f7e00f27a02ee6a5eb65ba705cc2359ad8432a2" and "0674c870c70b786871bb1b40fc7f17c583860c0b" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -4,9 +4,6 @@ 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;

View File

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}