This commit is contained in:
Chris Kruining 2026-03-25 06:45:43 +00:00
parent 59a1fbaf0f
commit ac3dac322d
78 changed files with 893 additions and 802 deletions

View file

@ -0,0 +1,7 @@
{
imports = [
./authelia
./himmelblau
./zitadel
];
}

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, namespace, system, terranixLib, sneeuwvlokLib, ... }:
{ config, lib, pkgs, namespace, terranixLib, sneeuwvlokLib, ... }:
let
inherit (lib) mkIf mkEnableOption mkOption types toUpper toSentenceCase nameValuePair mapAttrs mapAttrs' concatMapAttrs concatMapStringsSep filterAttrsRecursive listToAttrs imap0 head drop length literalExpression attrNames;
inherit (sneeuwvlokLib.strings) toSnakeCase;
@ -340,7 +340,7 @@ in
# this is a nix package, the generated json file to be exact
terraformConfiguration = terranixLib.terranixConfiguration {
inherit system;
system = pkgs.stdenv.hostPlatform.system;
modules = [
({ config, lib, ... }: {