Skip to content

Commit a3ede09

Browse files
committed
fix(openssh): update due to cve-2024-6387
1 parent 423fa55 commit a3ede09

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

flake.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/services/openssh.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{module-functions, ...}:
1+
{module-functions, pkgs, ...}:
22
module-functions.module "services" "openssh" {
33
services.openssh = {
44
enable = true;
@@ -19,5 +19,7 @@ module-functions.module "services" "openssh" {
1919
PasswordAuthentication = false;
2020
KbdInteractiveAuthentication = false;
2121
};
22+
23+
package = pkgs.openssh;
2224
};
2325
}

0 commit comments

Comments
 (0)