fixed typo
This commit is contained in:
parent
01e195b58c
commit
a5dffdbbc3
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
|||
in lib.mkIf cfg.enable {
|
||||
wantedBy = [ "timers.target" ];
|
||||
partOf = [ "status_cloud.service" ];
|
||||
timerConfig.OnCalendar = [ "*:0/${builtins.toString cfg.frequncy}" ];
|
||||
timerConfig.OnCalendar = [ "*:0/${builtins.toString cfg.frequency}" ];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue