fix: renovate tags
This commit is contained in:
parent
a2d0bebece
commit
fb36124033
3 changed files with 4 additions and 3 deletions
|
@ -4,8 +4,9 @@
|
|||
[![NixOS](https://img.shields.io/badge/NixOS-23.11-blue?style=for-the-badge&logo=nixos&logoColor=white)](https://nixos.org)
|
||||
[![MIT License](https://img.shields.io/github/license/truxnell/nix-config?style=for-the-badge)](https://github.com/truxnell/nix-config/blob/ci/LICENSE)
|
||||
|
||||
[![renovate](https://img.shields.io/badge/renovate-enabled-%231A1F6C?logo=renovatebot)](https://developer.mend.io/github/truxnell/nix-config)
|
||||
[![built with garnix](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Ftruxnell%2Fnix-config%3Fbranch%3Dmain)](https://garnix.io)
|
||||
![Code Comprehension](https://img.shields.io/badge/Code%20comprehension-23%25-red)
|
||||
![Code Comprehension](https://img.shields.io/badge/Code%20comprehension-26%25-red)
|
||||
|
||||
Leveraging nix, nix-os and other funny magic man words to apply machine and home configurations
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
let
|
||||
app = "lidarr";
|
||||
image = "ghcr.io/onedr0p/lidarr:2.0.7@sha256:baba272ee36cfb14103256a9b173a161c5a45ca2959c26dcd170f32cdc57c406";
|
||||
image = "ghcr.io/onedr0p/lidarr:2.0.7";
|
||||
user = "568"; #string
|
||||
group = "568"; #string
|
||||
port = 8686; #int
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
let
|
||||
app = "readarr";
|
||||
image = "ghcr.io/onedr0p/readarr-nightly:0.3.22.2499@sha256:dd429811956178223ca7db1699f4ce03641edfa39ea8a1436a33272618278ade";
|
||||
image = "ghcr.io/onedr0p/readarr-nightly:0.3.22.2499";
|
||||
user = "568"; #string
|
||||
group = "568"; #string
|
||||
port = 8787; #int
|
||||
|
|
Reference in a new issue