From b9a21388b1a0865b17e3a518725ad562edeaca08 Mon Sep 17 00:00:00 2001 From: jahanson Date: Tue, 21 May 2024 14:03:12 -0500 Subject: [PATCH] Add gitea-runner as trusted user --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 85b28a3..1a21f73 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "hsndev.cachix.org-1:vN1/XGBZtMLnTFYDmTLDrullgZHSUYY3Kqt+Yg/C+tE=" ]; + trusted-users = ["root" "gitea-runner"]; }; outputs = { self, sops-nix, nixpkgs, srvos, disko, ... }@inputs: