fix: this is a games host, not an ldap host
This commit is contained in:
parent
77ce631f07
commit
c77fcd5cf0
1 changed files with 0 additions and 25 deletions
|
@ -24,11 +24,7 @@ in {
|
||||||
../applications/dns.nix
|
../applications/dns.nix
|
||||||
../applications/games.nix
|
../applications/games.nix
|
||||||
|
|
||||||
|
|
||||||
../applications/ldap_client.nix
|
|
||||||
|
|
||||||
# for testing
|
# for testing
|
||||||
../applications/ldap.nix
|
|
||||||
../applications/gitlab.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 = {
|
services.skynet_gitlab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue