todo: finish wishthis service

This commit is contained in:
TheWanderingCrow 2025-07-13 00:18:48 -04:00
parent 342dae2261
commit 8f767eebe0

View file

@ -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"
];