fix: use tar.gz archive instead of git URL
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2024-08-16 15:33:58 +02:00
parent 16e42c3177
commit fc616b7be6
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
3 changed files with 6 additions and 8 deletions

View file

@ -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";
};