small sisyphe update

This commit is contained in:
chloe 2025-09-30 12:42:17 +02:00
parent 0e1b49a4a7
commit 1ec09c0571
5 changed files with 7 additions and 83 deletions

View file

@ -1,16 +0,0 @@
{config, ...}:
{
virtualisation.oci-containers = {
backend = "docker";
containers = {
fourget = {
image = "luuul/4get:latest";
environment = {
"FOURGET_PROTO" = "http";
"FOURGET_SERVER_NAME" = "192.168.1.177:6942";
};
ports = ["6942:80"];
};
};
};
}