Import modules
This commit is contained in:
parent
277ca76b31
commit
3a103270cc
|
@ -278,6 +278,8 @@ in {
|
|||
config = {
|
||||
nixpkgs.pkgs = pkgs;
|
||||
|
||||
imports = cfg.nixos-modules;
|
||||
|
||||
environment.systemPackages = packages;
|
||||
|
||||
programs.ssh = {
|
||||
|
@ -365,6 +367,8 @@ in {
|
|||
ldap_default_authtok = "$LDAP_DEFAULT_AUTHTOKEN";
|
||||
|
||||
ldap_tls_reqcert = "allow";
|
||||
|
||||
enumerate = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue