summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/monica.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/monica.nix')
-rw-r--r--nixos/modules/services/web-apps/monica.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/monica.nix b/nixos/modules/services/web-apps/monica.nix
index 442044fedb1..2bff42f7ffa 100644
--- a/nixos/modules/services/web-apps/monica.nix
+++ b/nixos/modules/services/web-apps/monica.nix
@@ -367,7 +367,7 @@ in {
     };
 
     systemd.services.monica-setup = {
-      description = "Preperation tasks for monica";
+      description = "Preparation tasks for monica";
       before = ["phpfpm-monica.service"];
       after = optional db.createLocally "mysql.service";
       wantedBy = ["multi-user.target"];