started forgejo config

This commit is contained in:
John Lancaster
2026-03-31 20:17:52 -05:00
parent b6a85631f3
commit 395e13acd2
4 changed files with 71 additions and 9 deletions
+3
View File
@@ -14,6 +14,7 @@ in
nixos.docker
nixos.mtls
nixos.janus-ca
nixos.forgejo
# nixos.restic-server
# nixos.restic-envoy
({ pkgs, ... }: {
@@ -64,6 +65,8 @@ in
environment.systemPackages = [
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.janus-ca
];
forgejo.enable = true;
})
];
};