mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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
|
in
|
||||||
getSecrets {
|
getSecrets {
|
||||||
ssh-key = { };
|
ssh-key = { };
|
||||||
"ldap/password" = { };
|
"ldap/password".owner = "nslcd";
|
||||||
"wireguard/private-key" = {
|
"wireguard/private-key" = {
|
||||||
group = config.users.users.systemd-network.group;
|
group = config.users.users.systemd-network.group;
|
||||||
reloadUnits = [ "systemd-networkd.service" ];
|
reloadUnits = [ "systemd-networkd.service" ];
|
||||||
@ -123,6 +123,8 @@ in
|
|||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
openldap
|
||||||
|
|
||||||
(swh.swh-core.overrideAttrs (super: self: {
|
(swh.swh-core.overrideAttrs (super: self: {
|
||||||
pythonPath = with swh; [
|
pythonPath = with swh; [
|
||||||
swh-fuse
|
swh-fuse
|
||||||
|
Loading…
Reference in New Issue
Block a user