mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
todo: finish wishthis service
This commit is contained in:
parent
342dae2261
commit
8f767eebe0
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue