Compare commits
No commits in common. "0b77f737e333d3d0210207c636870b88b044e635" and "59bcec75151ed557d08f3942329ce9b5fc233cc8" have entirely different histories.
0b77f737e3
...
59bcec7515
2 changed files with 2 additions and 2 deletions
|
@ -21,4 +21,4 @@ jobs:
|
|||
with:
|
||||
name: kitchen
|
||||
authToken: '${{ secrets.CACHIX_TOKEN }}'
|
||||
- run: nix flake check --accept-flake-config
|
||||
- run: nix flake check
|
||||
|
|
|
@ -2,7 +2,7 @@ _: {
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami";
|
||||
flags = ["--option" "tarball-ttl" "0" "--accept-flake-config"];
|
||||
flags = ["--option" "tarball-ttl" "0"];
|
||||
dates = "minutely";
|
||||
|
||||
allowReboot = true;
|
||||
|
|
Loading…
Reference in a new issue