mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: update LDAP-related settings
- Add OpenLDAP to the system packages. - Fix the file permission for the LDAP password secret.
This commit is contained in:
parent
cfc99cef4c
commit
55547bddc7
@ -50,7 +50,7 @@ in
|
||||
in
|
||||
getSecrets {
|
||||
ssh-key = { };
|
||||
"ldap/password" = { };
|
||||
"ldap/password".owner = "nslcd";
|
||||
"wireguard/private-key" = {
|
||||
group = config.users.users.systemd-network.group;
|
||||
reloadUnits = [ "systemd-networkd.service" ];
|
||||
@ -123,6 +123,8 @@ in
|
||||
programs.adb.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
openldap
|
||||
|
||||
(swh.swh-core.overrideAttrs (super: self: {
|
||||
pythonPath = with swh; [
|
||||
swh-fuse
|
||||
|
Loading…
Reference in New Issue
Block a user