Skip to content
Snippets Groups Projects
Commit a1cf1c69 authored by Florian Sesser's avatar Florian Sesser
Browse files

Add some white space

parent f6fcce5c
Branches
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ in {
config =
lib.mkIf cfg.enable {
environment.systemPackages = [ pkgs.curl ];
systemd.services.tahoe-metrics-collector = {
enable = true;
description = "Tahoe metrics gathering service";
......@@ -55,6 +56,7 @@ in {
mv "${cfg.outFile}.tmp" "${cfg.outFile}"
'';
};
systemd.timers.tahoe-metrics-collector = {
after = [ "tahoe.storage.service" ];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment