fix: remove non-existent ssh opts for nixpkgs-25.11
This commit is contained in:
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user