mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-03 07:24:52 +02:00
small sisyphe update
This commit is contained in:
parent
0e1b49a4a7
commit
1ec09c0571
5 changed files with 7 additions and 83 deletions
|
@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue