Format repo
This commit is contained in:
parent
3169149045
commit
8160b9da0b
37 changed files with 643 additions and 392 deletions
|
@ -1,9 +1,14 @@
|
|||
{ lib, config, globals, ... }: {
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
globals,
|
||||
...
|
||||
}: {
|
||||
options.forgejo.enable = lib.mkEnableOption "forgejo";
|
||||
|
||||
config = lib.mkIf config.forgejo.enable {
|
||||
kubernetes.resources = {
|
||||
secrets.forgejo.stringData.config = lib.generators.toINI { } (import ./config.nix);
|
||||
secrets.forgejo.stringData.config = lib.generators.toINI {} (import ./config.nix);
|
||||
|
||||
deployments.server.spec = {
|
||||
selector.matchLabels.app = "forgejo";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue