Compare commits
2 commits
59bcec7515
...
0b77f737e3
Author | SHA1 | Date | |
---|---|---|---|
0b77f737e3 | |||
bdfddfa099 |
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
|
||||
- run: nix flake check --accept-flake-config
|
||||
|
|
|
@ -2,7 +2,7 @@ _: {
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami";
|
||||
flags = ["--option" "tarball-ttl" "0"];
|
||||
flags = ["--option" "tarball-ttl" "0" "--accept-flake-config"];
|
||||
dates = "minutely";
|
||||
|
||||
allowReboot = true;
|
||||
|
|
Loading…
Reference in a new issue