nixos: fix typos

This commit is contained in:
figsoda 2023-05-19 22:11:38 -04:00
parent a31ca7f220
commit 701bcdbead
58 changed files with 84 additions and 84 deletions

View file

@ -142,7 +142,7 @@ in
User = cfg.user;
PIDFile = cfg.pidFile;
Type = "forking";
TimeoutStartSec=120; # intial creating of journal can take some time
TimeoutStartSec=120; # initial creating of journal can take some time
PermissionsStartOnly = true;
};