Try to fix krb5

This commit is contained in:
Root 2021-04-09 17:36:28 -07:00
parent 6efccd8266
commit 1d89667433
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,12 @@ in {
NIXOS.source = "/state/etc/NIXOS";
machine-id.source = "/state/etc/machine-id";
"host-config.nix".source = "/state/etc/host-config.nix";
"krb5.keytab" = {
source = "/state/etc/plato.keytab";
user = "root";
group = "root";
mode = "0400";
};
};
system.stateVersion = "20.09";

View File

@ -45,7 +45,7 @@ in {
openssh = {
enable = true;
startWhenNeeded = true;
useDns = true;
# useDns = true;
permitRootLogin = "prohibit-password";
extraConfig = ''
GSSAPIAuthentication yes