+40
-34
nixos/doc/manual/development/writing-modules.xml
+40
-34
nixos/doc/manual/development/writing-modules.xml
······-"${config.services.locate.period} root ${config.systemd.package}/bin/systemctl start update-locatedb.service";
······
+65
-60
nixos/modules/misc/locate.nix
+65
-60
nixos/modules/misc/locate.nix
······-"${config.services.locate.period} root ${config.systemd.package}/bin/systemctl start update-locatedb.service";
···+warnings = let opt = options.services.locate.period; in optional opt.isDefined "The `period` definition in ${showFiles opt.files} has been removed; please replace it with `interval`, using the new systemd.time interval specifier.";···