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 @@
|
|||
[](https://nixos.org)
|
||||
[](https://github.com/truxnell/nix-config/blob/ci/LICENSE)
|
||||
|
||||
[](https://developer.mend.io/github/truxnell/nix-config)
|
||||
[](https://garnix.io)
|
||||

|
||||

|
||||
|
||||
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