Compare commits

..

2 commits

Author SHA1 Message Date
557b89b13e Add renovate config
Some checks failed
CI / build (push) Failing after 1m9s
2025-01-21 22:15:40 +02:00
c874c83cd3 Add git renovate module 2025-01-21 22:15:40 +02:00

View file

@ -29,7 +29,7 @@ in
services.renovate = {
enable = true;
credentials.RENOVATE_TOKEN = config.sops.secrets."renovate/token".path;
runtimePackages = with pkg; [
runtimePackages = with pkgs; [
nix
];
settings = {