Compare commits
1 commit
f4da38241f
...
177cca2c53
Author | SHA1 | Date | |
---|---|---|---|
177cca2c53 |
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.renovate = {
|
systemd.services.renovate = {
|
||||||
path = mkBefore [ inputs.pkgs.nixVersions.git ]; # Circumvent submodule bug - remove after >=2.26 is the default.
|
path = mkBefore [ inputs.pkgs.nixVersions.latest ]; # Circumvent submodule bug - remove after >=2.26 is the default.
|
||||||
script = mkBefore ''
|
script = mkBefore ''
|
||||||
echo -e "machine ${cfg.gitServer}\n login $(systemd-creds cat 'SECRET-RENOVATE_TOKEN')\n password x-oauth-basic" > ~/.netrc
|
echo -e "machine ${cfg.gitServer}\n login $(systemd-creds cat 'SECRET-RENOVATE_TOKEN')\n password x-oauth-basic" > ~/.netrc
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue