From c77fcd5cf0b6bd7380a92e7e62aa06eaecd8c3c5 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 14 Jun 2023 21:07:18 +0100 Subject: [PATCH] fix: this is a games host, not an ldap host --- machines/optimus.nix | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/machines/optimus.nix b/machines/optimus.nix index 2c8f6cf..dc45683 100644 --- a/machines/optimus.nix +++ b/machines/optimus.nix @@ -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;