mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-18 22:38:39 +00:00
Tidy up radicale and prometheus (#31)
This commit is contained in:
@@ -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