🏡 my personal home lab
1
fork

Configure Feed

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

pin some container versions

+2 -2
+1 -1
modules/rustical.nix
··· 3 3 virtualisation.oci-containers = { 4 4 backend = "podman"; 5 5 containers.rustical = { 6 - image = "ghcr.io/lennart-k/rustical:latest"; 6 + image = "ghcr.io/lennart-k/rustical:0.12"; 7 7 ports = [ "4000:4000" ]; 8 8 volumes = [ 9 9 "/var/lib/rustical:/var/lib/rustical"
+1 -1
modules/tasks-md.nix
··· 4 4 backend = "podman"; 5 5 containers = { 6 6 tasks-md = { 7 - image = "baldissaramatheus/tasks.md:latest"; 7 + image = "baldissaramatheus/tasks.md:3"; 8 8 ports = [ "8080:8080" ]; 9 9 volumes = [ 10 10 "/mnt/nas/data/tasks-md/tasks:/tasks"