diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 7ec4fe69..316a7eab 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -1,6 +1,8 @@ { pkgs, config, hostname, ... }: { - sops.secrets."forgejo_token" = { - owner = "root"; + + # Set up the secret for the password: + sops.secrets."services/forgejo_token" = { + owner = "forgejo_token"; sopsFile = ../../../secrets/secrets.yaml; };