Add lldap to auth01 host

This commit is contained in:
2025-04-01 22:22:43 +02:00
parent 5370d01c3d
commit cba1821f3b
11 changed files with 253 additions and 76 deletions

View File

@@ -329,6 +329,22 @@
sops-nix.nixosModules.sops
];
};
auth01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = commonOverlays;
}
)
./hosts/auth01
sops-nix.nixosModules.sops
];
};
};
devShells = forAllSystems (
{ pkgs }: