diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index b8090de..8e9e9fb 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -48,8 +48,6 @@ in hostPath = "/var/lib/gitea/"; isReadOnly = false; }; - }; - bindMounts = { "/var/lib/acme/gitea/" = { hostPath = "${config.security.acme.certs.${domain}.directory}"; isReadOnly = true; @@ -133,6 +131,10 @@ in hostPath = config.sops.secrets.gitea-runner-token.path; isReadOnly = true; }; + "/var/lib/gitea-runner" = { + hostPath = "/var/lib/gitea-runner/"; + isReadOnly = false; + }; }; config = { lib, config, pkgs, ... }: { networking = {