fix: use tar.gz archive instead of git URL
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
This commit is contained in:
parent
16e42c3177
commit
fc616b7be6
3 changed files with 6 additions and 8 deletions
|
@ -24,7 +24,7 @@ with lib; {
|
|||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.dadada.li/dadada/nix-config.git#${config.networking.hostName}";
|
||||
flake = "https://git.dadada.li/dadada/nix-config/archive/main.tar.gz#${config.networking.hostName}";
|
||||
allowReboot = mkDefault false;
|
||||
randomizedDelaySec = "45min";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue