From 2d37068567d90713a49bbadb178a8c502569012f Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 10 Nov 2025 11:30:26 +0100 Subject: [PATCH] Services/Fileflows: Run as user/group 3000:3000 --- system/services/fileflows.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/services/fileflows.nix b/system/services/fileflows.nix index 44b99e7a..5c987c85 100644 --- a/system/services/fileflows.nix +++ b/system/services/fileflows.nix @@ -36,8 +36,8 @@ in { ]; environment = { - PUID = "1000"; - PGID = "1000"; + PUID = "3000"; + PGID = "3000"; TZ = "Europe/Berlin"; };