🏡 my personal home lab
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump cardian

+1 -1
+1 -1
modules/cardian.nix
··· 1 1 { config, ... }: 2 2 { 3 3 virtualisation.oci-containers.containers.cardian = { 4 - image = "ghcr.io/okkdev/cardian:7.6.0"; 4 + image = "ghcr.io/okkdev/cardian:7.7.1"; 5 5 environmentFiles = [ config.sops.templates."cardian.env".path ]; 6 6 volumes = [ 7 7 "/var/lib/cardian:/db"