From 3690909df2a3f0690681e5731e556b30eca76723 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 30 Jan 2025 10:44:18 -0800 Subject: [PATCH] Add openldap to path --- paris-container.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paris-container.nix b/paris-container.nix index 65b1830..02ee34a 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -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: {