Add openldap to path

This commit is contained in:
niten 2025-01-30 10:44:18 -08:00
parent 3e0337123c
commit 3690909df2

View File

@ -4,7 +4,7 @@ with lib;
let
cfg = config.fudo.paris-container;
packages = with pkgs; [ rtorrent ];
packages = with pkgs; [ rtorrent openldap ];
hostname = config.instance.hostname;
@ -309,6 +309,7 @@ in {
openssh = {
enable = true;
package = pkgs.openssh_hpnWithKerberos;
startWhenNeeded = true;
permitRootLogin = "no";
hostKeys = map (keypair: {