From 1070808ecfbdd5c4d31729eaf8dd2911ab3b181d Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 30 Jan 2025 08:32:02 -0800 Subject: [PATCH] Frickin ssh/kerberos --- paris-container.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/paris-container.nix b/paris-container.nix index 3b66247..37ad2a1 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -307,7 +307,10 @@ in { services = { openssh = { enable = true; - package = pkgs.openssh_hpnWithKerberos; + package = if (!isNull cfg.kerberos) then + pkgs.openssh_hpnWithKerberos + else + pkgs.openssh_hpn; startWhenNeeded = true; permitRootLogin = "no"; hostKeys = map (keypair: {