let renovate handle updates

This commit is contained in:
Joseph Hanson 2024-08-02 11:35:11 -05:00
parent 77d59b9cb3
commit f0b1b506c1
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -2,10 +2,8 @@
with lib;
let
app = "unifi";
image = "ghcr.io/goofball222/unifi:8.2.93";
user = "999"; #string
group = "102"; #string
port = 9898; #int
# renovate: depName=ghcr.io/goofball222/unifi
version = "8.2.93";
cfg = config.mySystem.services.${app};
appFolder = "/eru/containers/volumes/${app}";
# persistentFolder = "${config.mySystem.persistentFolder}/var/lib/${appFolder}";
@ -21,7 +19,7 @@ in
allowedUDPPorts = [ 3478 ];
};
virtualisation.oci-containers.containers.${app} = {
image = "${image}";
image = "ghcr.io/goofball222/unifi:${version}";
autoStart = true;
ports = [
"3478:3478/udp" # STUN