fix: this is a games host, not an ldap host

This commit is contained in:
silver 2023-06-14 21:07:18 +01:00
parent 77ce631f07
commit c77fcd5cf0

View file

@ -24,11 +24,7 @@ in {
../applications/dns.nix
../applications/games.nix
../applications/ldap_client.nix
# for testing
../applications/ldap.nix
../applications/gitlab.nix
];
@ -60,27 +56,6 @@ in {
};
};
# we use this to pass in teh relevent infomation to the
services.skynet_ldap = {
enable = true;
host = {
# pass in teh ip (used for firewall)
ip = ip_pub;
# the name is used for dns
name = name;
};
};
services.skynet_ldap_client = {
enable = true;
# skynet-admin will always be added
groups = [ "skynet-users"];
};
services.skynet_gitlab = {
enable = true;