From e9271d8c0f57de51bac4e578654add5c89e5ec33 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 4 May 2024 16:18:19 +0200 Subject: [PATCH] fix --- modules/services/fileshelter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/fileshelter.nix b/modules/services/fileshelter.nix index 4743aea..89b3ef2 100644 --- a/modules/services/fileshelter.nix +++ b/modules/services/fileshelter.nix @@ -30,7 +30,7 @@ in virtualisation.oci-containers.containers = { "fileshelter" = { autoStart = true; - user = "${cfg.uid}"; + user = toString cfg.uid; image = "epoupon/fileshelter"; ports = [ "127.0.0.1:5091:5091"