fix: gitea urls
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2024-08-16 15:21:06 +02:00
parent b4889eec64
commit 16e42c3177
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
3 changed files with 24 additions and 20 deletions

View file

@ -24,7 +24,7 @@ with lib; {
system.autoUpgrade = {
enable = true;
flake = "https://git.dadada.li/dadada/nix-config.git#${config.networking.hostName}";
flake = "git+https://git.dadada.li/dadada/nix-config.git#${config.networking.hostName}";
allowReboot = mkDefault false;
randomizedDelaySec = "45min";
};