nixos-servers/hosts/auth01/default.nix

8 lines
81 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/lldap
];
}