Install nsc on burrow forge host
This commit is contained in:
parent
70607e874c
commit
e2a2c73922
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue