mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
homeserver: Fix misplaced option and missing secret
This commit is contained in:
parent
18e89c4665
commit
21e99f1353
3 changed files with 9 additions and 8 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue