3
0
Fork 0
forked from mirrors/nixpkgs

nixos/changedetection-io: fix typo

This commit is contained in:
Sandro Jäckel 2022-10-24 02:06:49 +02:00
parent 7bc0c0e8a6
commit f24c4d8a28
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -127,7 +127,7 @@ in
defaultStateDir = cfg.datastorePath == "/var/lib/changedetection-io";
in {
services.changedetection-io = {
wantedBy = [ "mutli-user.target" ];
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
preStart = ''
mkdir -p ${cfg.datastorePath}