1
0

Compare commits

..

No commits in common. "0f800b1751a8a0cdb0846ce400d83074fdada5a7" and "bf1fa709cfb79a0ea7c4c55a4e202b9294e688a7" have entirely different histories.

2 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,9 @@
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
PermitRootLogin = lib.mkDefault "no"; PermitRootLogin = lib.mkDefault "no";
# Hotfix CVE-2024-6387 https://github.com/NixOS/nixpkgs/pull/323753
LoginGraceTime = 0;
}; };
services.openssh.hostKeys = lib.mkForce [ services.openssh.hostKeys = lib.mkForce [
# Only create ed25519 host keys # Only create ed25519 host keys

View File

@ -268,11 +268,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1719848872, "lastModified": 1719690277,
"narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=", "narHash": "sha256-0xSej1g7eP2kaUF+JQp8jdyNmpmCJKRpO12mKl/36Kc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8", "rev": "2741b4b489b55df32afac57bc4bfd220e8bf617e",
"type": "github" "type": "github"
}, },
"original": { "original": {