This commit is contained in:
Kopatz
2024-05-04 16:18:19 +02:00
parent 89fcb7e8fa
commit e9271d8c0f

View File

@@ -30,7 +30,7 @@ in
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
"fileshelter" = { "fileshelter" = {
autoStart = true; autoStart = true;
user = "${cfg.uid}"; user = toString cfg.uid;
image = "epoupon/fileshelter"; image = "epoupon/fileshelter";
ports = [ ports = [
"127.0.0.1:5091:5091" "127.0.0.1:5091:5091"