diff --git a/utils/bento.nix b/utils/bento.nix index bd989ac..2e3bcc6 100644 --- a/utils/bento.nix +++ b/utils/bento.nix @@ -7,7 +7,7 @@ in { systemd.services.bento-upgrade = { enable = true; - startAt = "${timer}"; + startAt = lib.mkDefault "${timer}"; path = with pkgs; [openssh git nixos-rebuild nix gzip]; serviceConfig.Type = "oneshot"; script = ''