diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 52778900..9847484b 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -2,7 +2,7 @@ # Set up the secret for the password: sops.secrets."services/forgejo_token" = { - owner = "forgejo_token"; + owner = "root"; sopsFile = ../../../secrets/secrets.yaml; };