13 lines
173 B
Nix
13 lines
173 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = with lib.custom; [
|
|
(relativeToBase "modules")
|
|
./boot.nix
|
|
./hardware.nix
|
|
./keycloak.nix
|
|
./postgres.nix
|
|
./security
|
|
];
|
|
}
|