From 38631545f143bb49896b9655580fe1a12359b564 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 23:35:19 +0100 Subject: [PATCH] add gitea runner uid gid --- hosts/fw.cloonar.com/modules/staticids.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/fw.cloonar.com/modules/staticids.nix b/hosts/fw.cloonar.com/modules/staticids.nix index de4c89c..f0f101e 100644 --- a/hosts/fw.cloonar.com/modules/staticids.nix +++ b/hosts/fw.cloonar.com/modules/staticids.nix @@ -2,9 +2,11 @@ uids = { unbound = 10001; gitea = 10002; + gitea-runner = 10003; }; gids = { unbound = 10001; gitea = 10002; + gitea-runner = 10003; }; }