mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-05 16:48:39 +00:00
Tidy up radicale and prometheus (#31)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
port = config.services.prometheus-config.port;
|
||||
retentionTime = "60d";
|
||||
exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
|
@@ -46,7 +46,7 @@
|
||||
if config.services.radicale-config.enableGit
|
||||
then {
|
||||
filesystem_folder = filesystem_folder;
|
||||
hook = "GIT=${pkgs.git}/bin/git GITIGNORE=${./.gitignore} /bin/sh ${./githook.sh}";
|
||||
hook = "GIT=${pkgs.git}/bin/git GITIGNORE=${./gitignore} /bin/sh ${./githook.sh}";
|
||||
}
|
||||
else {};
|
||||
};
|
||||
|
Reference in New Issue
Block a user