Add openldap to path
This commit is contained in:
parent
3e0337123c
commit
3690909df2
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user