2025-10-14 18:09:43 +00:00
|
|
|
{ lib, ... }:
|
2025-10-08 20:07:14 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
imports = with lib.custom; [
|
|
|
|
(relativeToBase "modules")
|
2025-10-14 17:49:00 +02:00
|
|
|
./boot.nix
|
2025-10-08 20:07:14 +02:00
|
|
|
./hardware.nix
|
2025-10-14 18:35:15 +00:00
|
|
|
./keycloak.nix
|
2025-10-14 18:09:43 +00:00
|
|
|
./postgres.nix
|
2025-10-14 18:24:56 +02:00
|
|
|
./security
|
2025-10-08 20:07:14 +02:00
|
|
|
];
|
|
|
|
}
|