homeserver: Fix misplaced option and missing secret

This commit is contained in:
SebastianStork 2026-03-01 14:14:50 +01:00
parent 18e89c4665
commit 21e99f1353
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 9 additions and 8 deletions

View file

@ -29,6 +29,8 @@
gui.domain = "syncthing.${privateDomain}";
doBackups = true;
};
prometheus.storageRetentionSize = "20GB";
};
web-services = {
@ -63,7 +65,6 @@
grafana = {
enable = true;
domain = "grafana.${privateDomain}";
storageRetentionSize = "20GB";
};
};
};