Install nsc on burrow forge host
Some checks are pending
Build Rust / Cargo Test (push) Waiting to run
Build Site / Next.js Build (push) Waiting to run
Lint Governance / BEP Metadata (push) Waiting to run

This commit is contained in:
Conrad Kramer 2026-04-06 01:08:24 -07:00
parent 70607e874c
commit e2a2c73922

View file

@ -1,4 +1,4 @@
{ config, lib, self, ... }: { config, lib, pkgs, self, ... }:
let let
contributors = import ../../../contributors.nix; contributors = import ../../../contributors.nix;
@ -44,6 +44,10 @@ in
"flakes" "flakes"
]; ];
environment.systemPackages = lib.optionals config.services.forgejo-nsc.enable [
self.packages.${pkgs.stdenv.hostPlatform.system}.nsc
];
age.identityPaths = [ "/var/lib/agenix/agenix.key" ]; age.identityPaths = [ "/var/lib/agenix/agenix.key" ];
age.secrets.burrowAuthentikEnv = { age.secrets.burrowAuthentikEnv = {
file = ../../../secrets/infra/authentik.env.age; file = ../../../secrets/infra/authentik.env.age;