autoUpgrade: add accept-flake-config flag
silence "untrusted flake configuration" warning
This commit is contained in:
parent
3c7f8d36c5
commit
ebeccfa9ab
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@
|
|||
system.autoUpgrade.flake = "github:nix-community/infra";
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
system.autoUpgrade.dates = "hourly";
|
||||
system.autoUpgrade.flags = [ "--option" "accept-flake-config" "true" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue