diff --git a/config/hosts/git/forgejo.nix b/config/hosts/git/forgejo.nix index ced70db..bb7099f 100644 --- a/config/hosts/git/forgejo.nix +++ b/config/hosts/git/forgejo.nix @@ -12,7 +12,6 @@ { services.forgejo = { enable = true; - package = pkgs-unstable.forgejo; database.type = "postgres"; mailerPasswordFile = "/run/secrets/forgejo_git_smtp_password"; diff --git a/flake.nix b/flake.nix index 26bd521..eb9d236 100644 --- a/flake.nix +++ b/flake.nix @@ -145,9 +145,6 @@ sops-nix.nixosModules.sops ./config/hosts/git ]; - specialArgs = { - inherit pkgs-unstable; - }; }; forgejo-actions-runner = nixpkgs.lib.nixosSystem {