nixos: fix typos

This commit is contained in:
figsoda 2022-12-17 19:31:14 -05:00
parent 695d4bc76b
commit 6bb0dbf91f
169 changed files with 241 additions and 241 deletions

View file

@ -359,7 +359,7 @@ in {
};
systemd.services.bookstack-setup = {
description = "Preperation tasks for BookStack";
description = "Preparation tasks for BookStack";
before = [ "phpfpm-bookstack.service" ];
after = optional db.createLocally "mysql.service";
wantedBy = [ "multi-user.target" ];