Add openldap to path
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user