diff --git a/modules/nixos/domain.nix b/modules/nixos/domain.nix index 7800fdd..e6b083e 100644 --- a/modules/nixos/domain.nix +++ b/modules/nixos/domain.nix @@ -127,10 +127,13 @@ in }; # Set up SSH - services.openssh.settings = { - GSSAPIAuthentication = true; - GSSAPICleanupCredentials = true; - GSSAPIStrictAcceptorCheck = true; + services.openssh = { + package = pkgs.opensshWithKerberos; + settings = { + GSSAPIAuthentication = true; + GSSAPICleanupCredentials = true; + GSSAPIStrictAcceptorCheck = true; + }; }; # Set up home directory