fix: remove non-existent ssh opts for nixpkgs-25.11

This commit is contained in:
2026-06-12 20:55:42 -04:00
parent 656570b39e
commit 3d86af76b9

View File

@@ -13,8 +13,6 @@
PermitRootLogin = lib.mkForce "prohibit-password"; PermitRootLogin = lib.mkForce "prohibit-password";
PasswordAuthentication = lib.mkForce false; PasswordAuthentication = lib.mkForce false;
}; };
authorizedKeysInHomedir = true;
authorizeKeysFromNixStore = false;
}; };
users.users.root.openssh.authorizedKeys.keys = with keys; [ users.users.root.openssh.authorizedKeys.keys = with keys; [