From 8f767eebe038533eebc28d3fcd924d738bd185d0 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 13 Jul 2025 00:18:48 -0400 Subject: [PATCH] todo: finish wishthis service --- modules/services/wishthis/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/services/wishthis/default.nix b/modules/services/wishthis/default.nix index 9f45d97..e1340bc 100644 --- a/modules/services/wishthis/default.nix +++ b/modules/services/wishthis/default.nix @@ -1,9 +1,11 @@ -{config, ...}: { +{config, ...}: let + volumePath = "/overseer/services"; +in { virtualisation.oci-containers = { backend = "podman"; containers = { "wishthis" = { - image = "wishthis:latest"; + image = "hiob/wishthis:stable"; extraOptions = [ "--ip=10.88.0.15" ];