feat: kitt is now the ldap server

This commit is contained in:
silver 2023-06-14 20:45:34 +01:00
parent 8443218d0b
commit 3028fe61d2

View file

@ -69,7 +69,14 @@
];
};
#kitt = import ./machines/kitt.nix;
kitt = {
imports = [
./machines/kitt.nix
# for the docker
arion.nixosModules.arion
];
};
};
};