From a5dffdbbc392becaadaad3f1f0fa5a90416723c3 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 26 Aug 2023 08:51:40 -0700 Subject: [PATCH] fixed typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 919e99c..9d2a650 100644 --- a/flake.nix +++ b/flake.nix @@ -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}" ]; }; };