Merge pull request #3 from Blackhole1504/main

Add lib.mkDefault tag to the systemd timer value
This commit is contained in:
Solène Rapenne 2023-01-07 16:18:47 +01:00 committed by GitHub
commit f85a445532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ''