nixos-module.nix: fix ticker-update timer interval

Este commit está contenido en:
Astro 2020-10-28 20:20:25 +01:00
padre f27005e7dd
commit a6170fb01c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -51,7 +51,7 @@ in
};
updateInterval = mkOption {
type = types.str;
default = "1h";
default = "hourly";
description = "Timer interval";
};
};