Add openldap to path
This commit is contained in:
parent
3e0337123c
commit
3690909df2
@ -4,7 +4,7 @@ with lib;
|
|||||||
let
|
let
|
||||||
cfg = config.fudo.paris-container;
|
cfg = config.fudo.paris-container;
|
||||||
|
|
||||||
packages = with pkgs; [ rtorrent ];
|
packages = with pkgs; [ rtorrent openldap ];
|
||||||
|
|
||||||
hostname = config.instance.hostname;
|
hostname = config.instance.hostname;
|
||||||
|
|
||||||
@ -309,6 +309,7 @@ in {
|
|||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.openssh_hpnWithKerberos;
|
package = pkgs.openssh_hpnWithKerberos;
|
||||||
|
|
||||||
startWhenNeeded = true;
|
startWhenNeeded = true;
|
||||||
permitRootLogin = "no";
|
permitRootLogin = "no";
|
||||||
hostKeys = map (keypair: {
|
hostKeys = map (keypair: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user